Search and Top Navigation
#6093 closed bug (notabug)
Opened September 22, 2010 08:29PM UTC
Closed September 22, 2010 08:56PM UTC
Last modified October 11, 2012 09:15PM UTC
autocomplete multiple minLength
Reported by: | jkarr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.5 |
Keywords: | Cc: | jkarr | |
Blocked by: | Blocking: |
Description
When setting the minLength attribute on a multiple to > 0 it works as expected for the first query. Any subsequent queries ignore the minLength.
To duplicate just modify multiple.htm from minLength: 0 to minLength: 4
Type basi and you will see that the query starts. Select BASIC.
Input box is now BASIC,
Type b and notice query begins again.
That's just a demo for handling multiple words, it's not a full widget that supports all of the options. If you need to use minLength, see the multiple remote demo.