Opened 15 years ago
Closed 13 years ago
#2874 closed enhancement (invalid)
Executing function on autoclear of mustmatch autocomplete field
Reported by: | ash | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.2.4 |
Component: | plugin | Version: | 1.2.3 |
Keywords: | autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
There is a special case for autocomplete - when the result must match and the user mistypes a value, the value gets cleared. However it is necessary sometimes to bind to exactly that situation - for example for clearing a hidden field with an id.
I created two files - a single liner patch for that + documentation for the usage of this option.
Please review and apply if necessary.
Attachments (2)
Change History (3)
Changed 15 years ago by
Attachment: | whenNoMatch.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
The patch