-
Notifications
You must be signed in to change notification settings - Fork 55
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
Checkbox is not interactable #592
Comments
What doesn't it do what you expect it to do? It not doing anything could in fact be caused by anything either. There are two possible reasons I can think of, but it depends on the exact issue your having.
|
The provided snippet works fine on my machine, but because we just tweaked checkboxes in the last release and I want to see if we can get to the bottom of this: A) Did you run Thanks for the report. |
The title is meant in the most literal sense. Clicking the checkbox doesn't check the checkbox.
A. Running Furthermore, I tried adding the checked attribute to the checkbox in the browser, to no avail. I couldn't spot anything out of the ordinary in the DOM. In case you'd like to dig as well, I've published that form here: https://mmt.seraphix.dev/login . Given that that snippet works fine for you, my best guess would be that I messed up configuring the project somehow, but considering that I've created a brand new project in Herd, added Flux and started converting the Jetstream components to use Flux for the past couple days, and this exact scenario has worked before, I'm not quite sure what to look for. Other areas of the project also Using Flux work just fine, modals, buttons etc. It's just checkboxes that can't be ticked. If you'd like, I could create a brand new project, add Flux, and simply add that a checkbox on an empty page and see what happens. |
@SeraphixMD Can you share your guest layout file as well? |
Well, when I went to copy my guest layout file, I noticed I didn't include |
This used to work just fine, but it stopped a couple days ago. Followed the installation guide, used the login form in the cards example and added a checkbox. Clicking the checkbox doesn't do anything. Tested this in Arc and Firefox.
The text was updated successfully, but these errors were encountered: