Querybuilder Customization

Is it possible to configure the query builder to use custom value editors?
If so, what should be the best way to proceed?

Hi @branscha,

for now it is not possible to change editor’s view but other properties can be defined https://docs.webix.com/querybuilder__initialization.html#referringtoquerybuilderelements

$$("querybuilder").queryView({view:"querybuilderline"},"all")[0].elements.value.define("width", 20); // first form value input

and then refresh the input

We have it in plans but most likely not in the next major release.