dhtmlxCombo

Is it possible to emulate the HTML TAG within a read only combo list?

Is it possible to disable individual options within a list?

Tks TonyW

Is it possible to emulate the HTML TAG within a read only combo list?
Unfortunately it not possible.
>>Is it possible to disable individual options within a list?
There is no native support for such feature, but you can use any HTML inside option’s label, so you can set such value, that it will look as disabled, and you can add code to onChange event which will ignore value if it a “disabled” item.