I found how to change the displayed value in a filtering select, but now I would like it to drop the list, however i don't know how to do it?
Do you have any ideas?
Have a good day and thanks for your help.
I found how to change the displayed value in a filtering select, but now I would like it to drop the list, however i don't know how to do it?
Do you have any ideas?
Have a good day and thanks for your help.
You can use this:
var drop = dijit.byId('myFilteringSelect');
drop.focus();
drop._startSearch(""); // use whatever you want for the string to limit