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
Use case: tabbing into it will focus it but ideally the menu would open and allow for keyboard input. Currently, it only glows and does not open the menu unless you press enter. The focus api method does not work, nor does simulating a keyboard event on it.
Expected API (期望的 API)
A new prop on the component called open-on-focus or similar that will open the select menu when the user tabs into the select component.
The text was updated successfully, but these errors were encountered:
This function solves the problem (这个功能解决的问题)
Use case: tabbing into it will focus it but ideally the menu would open and allow for keyboard input. Currently, it only glows and does not open the menu unless you press enter. The focus api method does not work, nor does simulating a keyboard event on it.
Expected API (期望的 API)
A new prop on the component called
open-on-focus
or similar that will open the select menu when the user tabs into the select component.The text was updated successfully, but these errors were encountered: