appbaseio / reactivesearch

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

RangeInput not clearing correctly #1937

Closed Emilvooo closed 2 years ago

Emilvooo commented 2 years ago

Affected Projects React

Library Version: x.y.z 3.30.0

Describe the bug When filtering using the RangeInput filter the <SelectedFilters reset buttons don't work.

To Reproduce Use the lastest version of ReactiveSearch and use the RangeInput filter.

Expected behavior The reset buttons should reset the RangeInput filters.

Screenshots Peek 2022-04-26 10-54

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Tried using normal Slider and here it's working right. See example: Peek 2022-04-26 11-06

RukshanJS commented 2 years ago

I'm having the same issue. Did you find any fix or workaround?

mohdashraf010897 commented 2 years ago

@Emilvooo https://github.com/appbaseio/reactivesearch/pull/1972 fixes the issue. Please confirm if you are good with the fix.

cc @RukshanJS