We currently use event filters, but I am concerned about accessibility and people may not notice the Filter button. Is it possible to have have the Filter options visible without the need to click the filter button to improve accessibility.
1 Like
Hi there, @user28222 and welcome to the Community ![]()
At the moment, it’s impossible to display all filter options right away. The good news is that our devs are currently working on making the widget elements keyboard accessible.
I’ll update you here once it’s done ![]()
As a temporary solution for the keyboard accessibility, please use this code in the Custom CSS field on the Style tab of your widget’s settings:
:focus-visible {
outline: 2px solid #005fcc !important;
border-radius: 5px;
outline-offset: 2px;
}
1 Like