I decided to use jquery-ui Autocomplete Combobox, but until now I didn’t noticed that it doesn’t sends values that you have edited. If you select value from dropdown list, edit it and send form it will send original value, before you edited it. I want to allow visitors to edit values in dropdown list and send them with form as they want it. Any ideas?
I decided to use jquery-ui Autocomplete Combobox, but until now I didn’t noticed that
Share
Using the Combobox, we cannot edit the values in the list we can only select from the existing list.