styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

Apply button on filters should be optional

Open anitavincent opened this issue 6 years ago • 1 comments

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:

image

anitavincent avatar Jan 23 '20 18:01 anitavincent

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 🙏

anitavincent avatar Jan 23 '20 18:01 anitavincent