Choices icon indicating copy to clipboard operation
Choices copied to clipboard

dynamic list loading while typing

Open daonsh opened this issue 2 years ago • 2 comments

How about a possibility to dynamically load list of options (from server) to autocomplete what user types?

E.g. for the stock market if user types MSF it will show list with MSFT (Microsoft), etc. (search on server side).

Current behavior: At the moment I see that I can load the choices list dynamically (from server json) but only once, on-load. Perhaps there's a trick/tweak that will allow me to reload list every time user types something (to filter results). If there is, it will probably be useful to many people and merits to be included in the docs.

daonsh avatar Apr 23 '22 16:04 daonsh

See #806

bjornpost avatar May 01 '22 13:05 bjornpost

This looks to be solved in PR #827

marcusjfloyd avatar Jul 15 '22 05:07 marcusjfloyd