Dijit Combobox filter autocomplete

Posted by Apps on Stack Overflow See other posts from Stack Overflow or by Apps
Published on 2009-09-25T13:11:31Z Indexed on 2012/09/23 9:38 UTC
Read the original article Hit count: 183

Filed under:
|

I'm using dijit combobox for populating a JSON List. Also I'm using ItemFileReadStore for getting the JSON data from the server. Once the data is downloaded, when I click on the combobox it shows all the data. But I don't want the user to see all the data. The user should see the list only when he types something. I tried using queryExpr parameter-${0}*. But at that time the list is not populated.Can someone please help me to fix it? Any help will be greatly appreciated

Thanks, Apps

© Stack Overflow or respective owner

Related posts about combobox

Related posts about dojo