I've defined a filter { status: true } with defaultFilterValues on a List A. I access the list and change the filter to { status: false }. If I navigate a bit between screens and return to List A, the filter will still remain in { status: false }.
{ status: true }
{ status: false }
Is there anyway to disable this behaviour and always reset the filter to { status: true } when I leave the screen and return after?
ps: Setting filter={{ status: true }} is not an option, because the user should be able to filter between true and false.
filter={{ status: true }}
2.1m questions
2.1m answers
60 comments
57.0k users