Opened 13 years ago
Closed 13 years ago
#5635 closed bug (duplicate)
autocomplete doesn't match escaped characters
Reported by: | keturn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've got a source {value: 'Joe <[email protected]…>'}, and when I type <joe in the input field, the < doesn't match the <.
Change History (1)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Autocomplete has been changed to display values as text, not HTML. See #5275 for more details.