Modify ↓
Ticket #2751 (closed bug: fixed)
[autocomplete] textarea without match clears all entries
| Reported by: | zelph | Owned by: | joern |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | plugin | Version: | 1.2.3 |
| Keywords: | autocomplete | Cc: | |
| Blocking: | Blocked by: |
Description
On the official demo page, if you enter one or more correct entries into the textarea (that get matches) and then type a string that doesn't match, it clears the entire textarea, not just the last entry.
Steps to duplicate:
- Go to http://jquery.bassistance.de/autocomplete/demo/
- Place the cursor in the textarea
- Press A, Enter (selects Aberdeen)
- Press S, Enter (selects Sabina)
- Press X, X... no match so it clears the entire textarea.
Expected behavior:
- Should only clear the last entry
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
