appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.9k stars 466 forks source link

fix(web/searchbox): clearing input shouldn't clear selected tags #2265

Closed siddharthlatest closed 11 months ago

siddharthlatest commented 11 months ago

This PR introduces a fix for #2261 where clearing of the input value cleared the selected tags. It does this by introducing a cause for CLEAR_ALL_TAGS that allows handling of the selected tags.

The issue only affects React and not Vue.

Tested with: