Replies: 1 comment
-
Here's an example that could get us most of the way https://play.tailwindcss.com/FPI79AfyMu |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I feel one of the advantages of uncontrolled components should be the ability to work with SSR frameworks like Remix with Javascript disabled on the client because we are not using state hooks in the component and we are just using HTML forms. However the dropdown does not work without JS. It's not using a portal so I'm unsure why it shouldn't be able to without delving into the source. The only alternative I can think of is having a noscript fallback using a native HTML select tag.
Beta Was this translation helpful? Give feedback.
All reactions