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
@nextui-org/autocomplete@2.1.5
When using ,AutocompleteSection it doesn't highlight an item on key event (up, down)
No response
highlight item on key event
macOS
Chrome
The text was updated successfully, but these errors were encountered:
ENG-1314 [BUG] - Autocomplete
Sorry, something went wrong.
data-hover="true" is not set, when using AutocompleteSection. temporarily can use
ul[role="listbox"] li[role="option"][data-focus="true"] { --tw-text-opacity: 1; color: hsl( var(--nextui-default-foreground) / var(--nextui-default-foreground-opacity, var(--tw-text-opacity)) ); } ul[role="listbox"] li[role="option"][data-focus="true"] { --tw-bg-opacity: 1; background-color: hsl( var(--nextui-default) / var(--nextui-default-opacity, var(--tw-bg-opacity)) ); }
AutocompleteSection
Successfully merging a pull request may close this issue.
NextUI Version
@nextui-org/autocomplete@2.1.5
Describe the bug
When using ,AutocompleteSection it doesn't highlight an item on key event (up, down)
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
highlight item on key event
Screenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: