Search and Top Navigation
#10073 closed bug (invalid)
Opened May 28, 2014 07:06AM UTC
Closed June 12, 2014 08:42AM UTC
clear `previous` and `term` after changing source
Reported by: | safareli | Owned by: | safareli |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
previous
and term
should be cleared after changing source data.
reason:
user enters 'a' in input and autocomplete displays pop up;
inputs data source is changed;
inputs value is cleared by $element.val('');
user enters 'a' again and autocomplete doesn't displays pop up because term
is not cleared;
Attachments (0)
Change History (4)
Changed May 28, 2014 12:18PM UTC by comment:1
owner: | → safareli |
---|---|
status: | new → pending |
Changed May 28, 2014 04:44PM UTC by comment:2
status: | pending → new |
---|
Changed May 28, 2014 04:49PM UTC by comment:3
status: | new → pending |
---|
We'll still need the reduced test case showing the problem.
Changed June 12, 2014 08:42AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Hi safareli,
Thanks for taking the time to contribute to jQuery UI. Can you please provide a test case that shows this in action. I'm unable to recreate the problem that you're describing in my own testing. You can use this as a starting point: http://jsfiddle.net/tj_vantoll/hmarM/.