Search and Top Navigation
#5635 closed bug (duplicate)
Opened May 19, 2010 07:18PM UTC
Closed July 19, 2010 09:24PM UTC
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 <joe@example.com>'}, and when I type <joe in the input field, the < doesn't match the <.
Attachments (0)
Change History (1)
Changed July 19, 2010 09:24PM UTC by comment:1
milestone: | TBD → 1.9 |
---|---|
resolution: | → duplicate |
status: | new → closed |
Autocomplete has been changed to display values as text, not HTML. See #5275 for more details.