EasyUI Forum

General Category => Bug Report => Topic started by: mshaffer on November 18, 2016, 10:43:06 AM



Title: Feature Request for combobox ... allow default SELECT behavior
Post by: mshaffer on November 18, 2016, 10:43:06 AM
combobox currently has this typing / autocomplete feature, which can be a nice feature under certain circumstances.

For a mobile use of an app, it doesn't play super nice.  Is there a option, or can there be an options, where combobox just extends SELECT without the "autocomplete" typing feature?

I could just drop the combobox, but I then lose the similar styling of the SELECT box...


Title: Re: Feature Request for combobox ... allow default SELECT behavior
Post by: jarry on November 18, 2016, 06:05:40 PM
You can set the 'editable' property to false to prevent the user from typing on the textbox.


Title: Re: Feature Request for combobox ... allow default SELECT behavior
Post by: mshaffer on November 19, 2016, 03:38:49 AM
You can set the 'editable' property to false to prevent the user from typing on the textbox.

Thanks that appears to work as expected... better on the phone...