-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
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
Add headless checkbox #683
Add headless checkbox #683
Conversation
|
This makes sure headless components behave the same on playwright as they do in dev mode. If removed, the checkbox component test that makes sure the icons are hidden will fail as the appropiate tailwind classes won't be added *in playwright mode only*. Unbeknownst to me, the tailwind classes are added in dev mode.
e43a3f2
to
e6462e9
Compare
Run & review this pull request in StackBlitz Codeflow. commit: @qwik-ui/headless
|
API is now fully up to date
For those reading this, we need the checkbox and checklist as a primitive in the dropdown menu. We are close to a beta state on this and so it is being merged to use in the other component. |
What is it?
Why is it needed?
Checklist:
pnpm change
and documented my changes