[Accessibility]: Use <input list=""> or <select multiple > instead of combo-box to ensure accessibility across all devices
alamenai opened this issue · 0 comments
alamenai commented
Describe the bug
I'm using SonarQube Linter that helps me to lint my code. It raises this accessiblity issue in the [Combobox component](https://ui.shadcn.com/docs/components/combobox.
Affected component/components
Combobox
How to reproduce
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
VS code.
Before submitting
- I've made research efforts and searched the documentation
- I've searched for existing issues