-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Select]【a11y】用 arrow 键选择 option 时读屏软件没有读出 option 内容 #327
Comments
这个没办法,因为箭头上下的时候是focus在 input 上面,要不然无法做到下拉的时候还能输入。 需要通过api onToggleHighlightItem 来获取高亮item,然后自己做读取 |
可以参考下 https://www.w3.org/TR/wai-aria-practices-1.1/examples/combobox/aria1.1pattern/listbox-combo.html mac + voiceover |
use |
feat(Select): support a11y. Close #327
Component
Select
Feature Description
mac + voiceover ,用上下箭头键选择 option 时,读不出来,虽然视觉上能看到是 focus 在上面了。
The text was updated successfully, but these errors were encountered: