Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(autocomplete): clear search text if select item cleared. #9068

Conversation

devversion
Copy link
Member

  • Currently the autocomplete always updates the searchText according the changed selectedItem.
    In case that the selectedItem was cleared, the searchText will be not updated.
  • The searchText should be updated / cleared, when the selectedItem got cleared.

Fixes #8788.

* Currently the autocomplete always updates the searchText according the changed selectedItem.
  In case that the selectedItem was cleared, the searchText will be not updated.

* The `searchText` should be updated / cleared, when the `selectedItem` got cleared.

Fixes angular#8788.
@devversion devversion added the needs: review This PR is waiting on review from the team label Jul 18, 2016
@ThomasBurleson ThomasBurleson added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Jul 19, 2016
@devversion devversion deleted the fix/autocomplete-clear-search-text branch July 19, 2016 16:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants