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
After developing a feature that includes the <Filters /> component we noticed that when the filter menu is opened we can still click on list items below the menu. This has lead users to click line items by accident when trying to close the menu by clicking away from it, which is very disruptive.
Would it be possible to consider adding observability into the <Filters /> component opened/closed states, for example by having onOpen and onClose function props. This would allow us to pass callbacks to that component and disable clicking on line items while the filters menu is opened.
The text was updated successfully, but these errors were encountered:
Description
After developing a feature that includes the
<Filters />
component we noticed that when the filter menu is opened we can still click on list items below the menu. This has lead users to click line items by accident when trying to close the menu by clicking away from it, which is very disruptive.Would it be possible to consider adding observability into the
<Filters />
component opened/closed states, for example by havingonOpen
andonClose
function props. This would allow us to pass callbacks to that component and disable clicking on line items while the filters menu is opened.The text was updated successfully, but these errors were encountered: