sm:hidden seems to block onChange / onInput for tab example #18261
Unanswered
unicertdotca
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement the tab example that uses a select https://tailwindcss.com/plus/ui-blocks/application-ui/navigation/tabs.
I'm on tailwind 3.4.17 using @astrojs/tailwind 6.0.0
The div that wraps the select has
sm:hidden
as a class which seems to allow the select to operate as a tab view.When this class is present, onChange and onInput do not fire
I'm not sure if its an issue with the way astro handles tailwind or something I'm not getting
Beta Was this translation helpful? Give feedback.
All reactions