appbaseio / reactivesearch

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

Reset Filters #342

Closed ymzoughi closed 6 years ago

ymzoughi commented 6 years ago

Issue Type: enhancement

Platform: ReactiveSearch for Web

Description: is there a way to reset all Filters?

Reactivesearch version: 2.5.1

Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

metagrover commented 6 years ago

You can use SelectedFilters component in which we show the selected filters' value as clearable tags and also a Clear All button. Read more about it here.

ymzoughi commented 6 years ago

Thank you