We use the FilterBuilder extensively and we also have some data sources with many fields. When the list of fields is long, having them listed in the order in which they appear in the data source makes it difficult for users to find the field they want.
We'd like to sort the field titles in alphabetical order so the list is easier to navigate. Ideally we'd like to use a ComboboxItem with an auto-complete function. Are either of those possible?
We'd like to sort the field titles in alphabetical order so the list is easier to navigate. Ideally we'd like to use a ComboboxItem with an auto-complete function. Are either of those possible?
Comment