klodoma1
2 Aug 2012, 3:07 AM
Hi,
What settings do I have to apply to the combobox so that all values gets displayed all the time when I open the combobox items?
I've tried with
triggerAction :'all',
disableKeyFilter: true,
and
listeners : {
beforequery : function(queryEvent,eOpts){
queryEvent.forceAll = true;
},
but no success.
Not sure if it's not a bug in the library.
I want to achieve the following:
1. to be able to type any text in the combobox
2. if the combobox is "expanded" then all the items should be displayed.
Thanks in advance.
What settings do I have to apply to the combobox so that all values gets displayed all the time when I open the combobox items?
I've tried with
triggerAction :'all',
disableKeyFilter: true,
and
listeners : {
beforequery : function(queryEvent,eOpts){
queryEvent.forceAll = true;
},
but no success.
Not sure if it's not a bug in the library.
I want to achieve the following:
1. to be able to type any text in the combobox
2. if the combobox is "expanded" then all the items should be displayed.
Thanks in advance.