styleguide
styleguide copied to clipboard
Apply button on filters should be optional
Currently there is no way of implementing filters without an "Apply" button. But that are some cases where it would be desirable to have no button to apply the filter, especially if the action is very straightforward having a button to apply the filter is very redundant.
Example of filter that could be applied with selection, instead of requiring another click with the apply button:

Because the logic of the filter is strongly coupled with the button I'm having a hard time figuring out a way to remove the button.
I'm looking for people with a strong understanding of the filters' implementation for help 🙏