Error show up when clicking clear button on q-select #17407
Labels
area/components
bug/0-needs-info
Need more info to reproduce
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
In the
q-select
, if I open the list to chose the elements and click the clear icon, the following error appears in the console. However, it looks to work all like expected.Blocked aria-hidden on a <i> element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden. <i class="q-icon q-field__focusable-action" aria-hidden="true" role="button" tabindex="0" aria-label="Clear">…</i>
What did you expect to happen?
I expect no error message when I press the clear button on
q-select
.Reproduction URL
https://github.com/quasarframework/quasar/edit/dev/docs/src/pages/vue-components/select.md
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: