EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: eggbert on August 04, 2011, 10:30:52 AM



Title: autocomplete combobox
Post by: eggbert on August 04, 2011, 10:30:52 AM
Is there a way to implement combobox so that you can do autocomplete?  i.e the user starts typing in the combo, and then it is populated with choices that match what they have typed?  Similar to this http://jqueryui.com/demos/autocomplete/

Thanks


Title: Re: autocomplete combobox
Post by: stworthy on August 04, 2011, 06:12:57 PM
Please refer to http://www.jeasyui.com/easyui/demo/combobox.html

To hide the down arrow button, set 'hasDownArrow' property to false.


Title: Re: autocomplete combobox
Post by: eggbert on August 04, 2011, 08:33:30 PM
Awesome! Thanks