Ticket #6187 (closed bug: duplicate)
Autocomplete's option minLength not always respected
| Reported by: | matthew_be | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ui.autocomplete | Version: | 1.8.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
It may happen that Firefox (3.6.10) executes "source" function only when minLength + 1 characters have been typed.
Change History
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to worksforme
comment:2 Changed 3 years ago by kopa
- Status changed from closed to reopened
- Resolution worksforme deleted
i can reproduce this behaviour in google chrome (jquery-ui-1.8.4): (minLength: 3)
- first input of 3 characters after a refresh:
- source event is triggered
- delete all characters and type 3 characters
- source event is not triggered
- add another character (lenght now = minLength + 1):
- source event is triggered
- delete last character so that 3 characters are left:
- source event is triggered
Note: See
TracTickets for help on using
tickets.


Works for me.