Changing the Key & Rule Types In Query Builder

I understand it’s possible to change the input type on the value field (third column), but I’d also like to change the key & rule field types (first & second column) as well so they can suggest an input when you start typing. I’d like them to work like Combo instead of RichSelect. Is that possible?
Thanks!

I’m using Query Builder version 7.2 as our user base prefers it to the new Query widget released in 7.3

Hi @maxmatthewstuzag ,

Unfortunately, for now the QueryBuilder have no straightforward way to change the UI control (Richselect) used for selecting fields.

However, Webix provides the possibility to create new custom components or customize existing ones globally (the last option should be used with caution, as may affect other widgets), so it is possible to reach the needed elements and change them.

Please, check the example of the customized QueryBuilder: Code Snippet