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
When I open the power-select, the first option has aria-current="true". In the current API, is it possible to make it aria-current="false" when the power-select opens and then aria-current="true" once the user has pressed the down arrow key? To reproduce this behavior, open the power-select in the first example on https://ember-power-select.com/docs/the-search and you'll see the following:
The text was updated successfully, but these errors were encountered:
When I open the power-select, the first option has
aria-current="true"
. In the current API, is it possible to make itaria-current="false"
when the power-select opens and thenaria-current="true"
once the user has pressed the down arrow key? To reproduce this behavior, open the power-select in the first example on https://ember-power-select.com/docs/the-search and you'll see the following:The text was updated successfully, but these errors were encountered: