You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just extended the class for now but it looks like this is because of line 253-260 in aupac-typeahead.js: updateSelectionWhenChanged.
When you clear searchInput, oldValue is updated to the first term (in the case above, text). On subsequent updates, oldValue is then equal to value and the action is never sent.
Steps to recreate on ember-aupac-typeahead 3.1.x and the following code:
this.set('searchInput', '');
)This issue does not occur if you use a different search term (i.e. "text" followed by "text_")
The text was updated successfully, but these errors were encountered: