We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
onActive doesn't fire with the Vue renderer, and items do not get highlighted on hover because aria-selected is always false.
onActive
aria-selected
Follow the document at https://www.algolia.com/doc/ui-libraries/autocomplete/integrations/using-vue/ and replace the renderer option
renderer
renderer: { createElement: h, Fragment, render }
Then, search and hover your mouse cursor over any items.
Reproduce link: https://stackblitz.com/edit/vitejs-vite-bbjrfwxy?file=src%2FApp.vue
Note
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
onActive
doesn't fire with the Vue renderer, and items do not get highlighted on hover becausearia-selected
is always false.Reproduction
Follow the document at https://www.algolia.com/doc/ui-libraries/autocomplete/integrations/using-vue/ and replace the
renderer
optionThen, search and hover your mouse cursor over any items.
Reproduce link: https://stackblitz.com/edit/vitejs-vite-bbjrfwxy?file=src%2FApp.vue
Note
onActive
also get called.Expected behavior
onActive
should be called.aria-selected
state should updated accordingly.Environment
The text was updated successfully, but these errors were encountered: