Type to select option with ReadOnly dhtmlxCombo

Hi there,

I have a quick question regarding dhtmlxCombos. I noticed on examples on the website that when you click on and type in a read only combo, the corresponding option will be selected. This is similar to a standard html select element.

For example, refer to the read only combo here: dhtmlx.com/docs/products/dhtmlxCombo/

In my project most of my read only combos do nothing when I click on them and then type. Is there some setting which disables or enables this functionality?

Please feel free to delete this post.

After further investigation I found the issue. The values had an extra space appended to them, so typing wasn’t matching any values.