When selecting an item from the list the input function is called again wasting an api call
Opened this issue · 1 comments
ruralcoder commented
The REST API gets called incorrectly twice.
First time, correctly, when you enter initial characters
Second time when using the mouse to select an item from the list.
This causes unnecessary calls to the server wasting resources.