EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Darrel on August 24, 2016, 01:28:56 AM



Title: Editable combo control
Post by: Darrel on August 24, 2016, 01:28:56 AM
Hello,

As seen in the demo for combo in the following url, the editable property has been maintained as false: http://www.jeasyui.com/easyui/demo/combo/basic.html (http://www.jeasyui.com/easyui/demo/combo/basic.html)

Is it possible to filter and display the values by allowing the control to be editable, so that the user can type instead of choosing from the dropdown list????
I mean while typing, could it give an autosuggestions to the user??

Regards,
Darrel.


Title: Re: Editable combo control
Post by: stworthy on August 25, 2016, 12:36:10 AM
The 'combo' is only the basic component that can be extended to implement some particular components such as combobox, combogrid, combotree, etc. To get the auto complete functionality, please use the 'combobox' component instead.