Opened 13 years ago
Closed 13 years ago
#6714 closed bug (notabug)
minLength bug in autocomplete
Reported by: | GOsha | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When working with multiple values. minLength option not effects to second item in the input because input field already have length with previous tag. It can be viewed in multiple autocomplete demo:http://jqueryui.com/demos/autocomplete/multiple.html with changing minLength from 0 to 2.
Note: See
TracTickets for help on using
tickets.
This is not a full implementation of multiple word support, it's just a demo.