Hi guys!
Can I dynamically change the list of “suggest” if the user enters data into the field?
Thx
Yes, suggest has dataFeed property that can be a url for auto-completion, or a custom function that will change data in the list.
http://docs.webix.com/desktop__suggest.html#comment-1539145200
If you have suggest object, you can use this.getList() to get list view and use any of list’s API
1 Like
Thx, Maksim!
I solved the problem by using the event “onTimedKeyPress”, but your version is easier (: