how can we allow user to key-in value to combobox in php -
i'm beginner.
currently have php form user can either key in value in text box or select combo box next it.
if user choose key in new value in text box, added new item combo box.
my question how can allow user key-in new value directly combo box without need of text box.
thanks.
there no support yet such ui control. accomplish using javascript library emulating such control. example http://www.dhtmlgoodies.com/scripts/form_widget_editable_select/form_widget_editable_select.html or autocomplete in jquery
Comments
Post a Comment