When I set a value to text property of ComboBox and then open the list of items , this shows all the items.This has to show only the items that contains the text entered.
I don't know what is the mistake. Could you help me ?
first step:
combobox.setDataSource(dataSourceData);
second step:
combobox.text(oldText);
third step: Open the list of Items.
I don't know what is the mistake. Could you help me ?
first step:
combobox.setDataSource(dataSourceData);
second step:
combobox.text(oldText);
third step: Open the list of Items.