Suggest list for querybuilder fields

Hi,
In query builder view i’m setting an array of fields based on server side data,so fields have almost 100+ options,for that i wanted to give the type-ahead search,i have tried by using “ui.suggest”,but i did’nt get it,
So please any one can help me how to include the suggest or other solution for querybuilder view.

Thanks in advance!

Hi,

Please have a look at this sample: https://docs.webix.com/samples/66_querybuilder/01_initialization/07_custom_elements.html

It shows how you can define any Webix control as a Query Builder field, so you will be able to provide a text field with a suggest list created separately.