Hi,
I have a comboboxitem with addunknownvalues to false, with this property set clicking in the picklist does not result in selecting a value. This can be reproduced with this demo:
http://www.smartclient.com/index.jsp#listComboBox
and setting addunknownvalues to false:
addUnknownValues: false,
then start typing in the combo, for example the string Ac
the picklist will show one value: Active
select the value with the mouse
nothing is shown in the combobox
gr. Martin
I have a comboboxitem with addunknownvalues to false, with this property set clicking in the picklist does not result in selecting a value. This can be reproduced with this demo:
http://www.smartclient.com/index.jsp#listComboBox
and setting addunknownvalues to false:
addUnknownValues: false,
then start typing in the combo, for example the string Ac
the picklist will show one value: Active
select the value with the mouse
nothing is shown in the combobox
gr. Martin
Comment