Opened 9 years ago
Closed 9 years ago
#10073 closed bug (invalid)
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;
Change History (4)
comment:1 Changed 9 years ago by
Owner: | set to safareli |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Status: | pending → new |
---|
comment:3 Changed 9 years ago by
Status: | new → pending |
---|
We'll still need the reduced test case showing the problem.
comment:4 Changed 9 years ago by
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/.