Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Component
Search
Feature Description
<input role="combobox" aria-autocomplete="list" aria-disabled="false" placeholder="请输入" height="100%" autocomplete="off" value="">
不应该是 combobox,某些情况下是跟 Table 一起连用,只是搜索框,这种情况下应该是 searchbox
可以放开 role 这个属性让用户自己修改
combobox 的用法可以参考 https://www.w3.org/TR/wai-aria-practices-1.1/examples/combobox/aria1.1pattern/listbox-combo.html
Activity