gregnb / mui-datatables

Datatables for React using Material-UI
MIT License
2.71k stars 934 forks source link

Filter reset clicks, filter input should clear #1943

Open ajmal-n opened 2 years ago

ajmal-n commented 2 years ago

Expected Behavior

while Filter reset clicks, filter input should clear

Current Behavior

while Filter reset clicks, filter input not clearing

I would get that filter input clear, whenever reset button is clicked

1

image

2

image

3

image

Steps to Reproduce (for bugs)

1 Open Filter

image

2. Search Anything in filter

image

--Listing data from backend

3. Click any of listed item -- Related column will shows in table

image

4. Click reset, Check input box inside the filter,

image

Your Environment

Tech Version
Material-UI 5.6.2
MUI-datatables 3.8.5
React 17.0.1
browser chrome
etc
hilayshah111 commented 10 months ago

@ajmal-n Were you able to find a solution for this?