readOnly
Optional. Makes Combo Box readonly
readOnly?: boolean;
Default value: false
Example
const combo = new dhx.Combobox("combo_container", {
readOnly:true
});
Related sample: Combobox. Readonly
note
Note, that in v7.0, the readonly property have been deprecated and renamed to readOnly.
In this mode it is only possible to select options from the list, without entering words in the input.