Tui-select Web Accessibility Question #1043
-
I have a request for dropdown accessibility (currently using the tui-select and the tui-data-list-wrapper), however for full accessibility (according to: https://w3c.github.io/aria-practices/examples/combobox/combobox-select-only.html) when any printable character is pressed, the options should be searched/limited. What I am wondering is anyone has run into this issue before and what their work around was. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Select is non editable, like native select. You need ComboBox. As for filtering, there's no built-in mechanism, but it's easily implemented with FilterByInput pipe: |
Beta Was this translation helpful? Give feedback.
Select is non editable, like native select. You need ComboBox. As for filtering, there's no built-in mechanism, but it's easily implemented with FilterByInput pipe:
https://taiga-ui.dev/components/combo-box#wrapper