Search and Top Navigation
#6010 closed feature (wontfix)
Opened September 01, 2010 01:06PM UTC
Closed September 01, 2010 01:09PM UTC
Last modified October 11, 2012 09:15PM UTC
Add option to suggest single words only
Reported by: | rs | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Autocomplete should be configurable to not send the whole current input field value but only of the last typed word (the one where the caret appears). When a suggestion is selected, only that word should get replaced.
Attachments (0)
Change History (3)
Changed September 01, 2010 01:09PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Changed September 01, 2010 01:12PM UTC by comment:2
The autocomplete is designed to be extensible (see http://blog.jqueryui.com/2010/08/extensible-autocomplete/) and we can't keep it that way if we just add more and more options. Its already easy enough to get multiple support, see http://jqueryui.com/demos/autocomplete/#multiple
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted
Autocomplete doesn't support multiple word support. There's a demo for how you can do this.