HI,
I have implemented a button to clear all filters . On click i clear the filters object in data state and this does not clear the values entered in filter text box and clear filter button which is based on props.value .
Expected behavior : Once clear button is clicked - all filters should be reset with the filter textbox/ dropdown/Datepicker should be cleared and clear filter button in individual filter should be reset .
https://stackblitz.com/edit/react-aldgy2?file=src/app/main.js
https://react-aldgy2.stackblitz.io
Help me in achieving this