MenuItem's focus doesn't work at all in the latest version #3549
Unanswered
RajatSatashiya
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey! This is likely a setup issue where Tailwind CSS is not running. You can verify in the browser that the classes are added to the DOM (but very likely won't have actual styles attached). Make sure that Tailwind CSS is setup to also look at the file you are mentioning above. See: https://tailwindcss.com/docs/content-configuration If I paste your code in CodeSandbox it works as expected: https://codesandbox.io/p/devbox/agitated-mopsa-mvn87l |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package: @headlessui/react
Version: v2.2.0, v2.1.10
For example: Chrome
Code (same as you have provided in your documentation)
I hover over one of the links and nothing happens, the blue color doesn't get activated.
The focus is not giving any value.
Beta Was this translation helpful? Give feedback.
All reactions