Hi all,
I need true combo readonly (no arrow key no key press) and I found this on forum: http://webix.com/snippet/c79c2334 I would like to make this snippet a proto ui to instantiate views, I tried hard but with no success, please help me.
Thank you
In this sample, all changes were made for the ui.suggest, while the combo is the same. Thus, you can create a suggest-based view and define needed events in its defaults:
Great! Thank you.
I have created a snippet following yours but it does not work
Please check the next snippet
Thanks!
I have choosed Listopad solution (forget about combo protoui). Just changed “data” property with “url” property since I’m using server-side data.
Thank you both