Opened 9 years ago
Closed 9 years ago
#9586 closed feature (notabug)
Autocomplete combox not accepting spaces
Reported by: | asureshb86 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
for example if i have selected 'Suresh babu' from the autocompleted dropdown combobox and when i click on submit button it is accepting only 'suresh'. that means if is ignoring spaces after a certain word. please kindly provide a solution for my request.
Note: See
TracTickets for help on using
tickets.
Hi asureshb86,
Thanks for taking the time to contribute to the jQuery UI project. The combobox widget is a demo and not an officially supported component. You should be able to add support for spaces by altering this line in
_source()
- https://github.com/jquery/jquery-ui/blob/ed09ee5b75064c7e6aa221e834cd5843d7c16260/demos/autocomplete/combobox.html#L116.If you need further help please use Stack Overflow or the forums.