I was wondering if it is possible to have a feature for the combobox work without validating values, allowing you to enter any value, depending on a setup parameter. With a condition like this:
if (this.options.validate == 1) { ... } else { ... }
Regards and Thanks