You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be a basic functionality that currently is available only through clicking on all "x" buttons. I have tried to add such functionality, but with the current id and class it seems to be troublesome. A neat "Reset Filters" button under "Add Filter" would be best.
The text was updated successfully, but these errors were encountered:
Cool idea! I'll have to think through what would be the best way to implement this, but I agree it would be a great quality-of-life enhancement.
Regarding the UI, there are a couple things I'd like to also consider. If a reset button is right next to the add button, then it could easily be misclicked. This might be solved by giving it more space or having a modal confirmation dialog. A few alternatives I'd also consider include:
a small button to the right of the Add Filters button
a "refresh" button at the top right (above the filters)
Just revisiting this, and since my reluctance is primarily with the UI, my preferred approach would probably be to add a internal reactive that is exposed from the module to trigger a reset. This way you can add whatever UI you'd like to reset all the fields - for example a button outside the module that just triggers a change to the reset reactive.
It seems to be a basic functionality that currently is available only through clicking on all "x" buttons. I have tried to add such functionality, but with the current id and class it seems to be troublesome. A neat "Reset Filters" button under "Add Filter" would be best.
The text was updated successfully, but these errors were encountered: