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
It must only executes the remote query when searchText changes. This causes me problems when trying to click on the noMatchesMessage as it tries to perform a query and the noMatchesMessage goes away before I can click on it.
*For the query I'm using ember concurrency addon.
I will save the searchText used in the last query performed to don't execute the query on focus out to solve my issue, but this is still a bug.
The text was updated successfully, but these errors were encountered:
It must only executes the remote query when searchText changes. This causes me problems when trying to click on the noMatchesMessage as it tries to perform a query and the noMatchesMessage goes away before I can click on it.
*For the query I'm using ember concurrency addon.
I will save the searchText used in the last query performed to don't execute the query on focus out to solve my issue, but this is still a bug.
The text was updated successfully, but these errors were encountered: