qwerty_qwerty
19 Mar 2009, 9:25 AM
hi,
I have added keyListener to ComboBox and trying to update store based on key input in comboBox. it is working properly except before i add comboBox.getStore().add(/*list of values*/), i tried to remove all the previous value of ListStore by invoking removeAll on comboBox store.. but seems it's not working properly, i can see in drop down same value multiple times..
Please let me know if anybody has faced this problem and has solution to this...
Thanks
I have added keyListener to ComboBox and trying to update store based on key input in comboBox. it is working properly except before i add comboBox.getStore().add(/*list of values*/), i tried to remove all the previous value of ListStore by invoking removeAll on comboBox store.. but seems it's not working properly, i can see in drop down same value multiple times..
Please let me know if anybody has faced this problem and has solution to this...
Thanks