Skip to content
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

Radio button on demo page does not function #15

Open
mickelsonmichael opened this issue Nov 18, 2021 · 1 comment
Open

Radio button on demo page does not function #15

mickelsonmichael opened this issue Nov 18, 2021 · 1 comment

Comments

@mickelsonmichael
Copy link

I'm not a user of the package, but I was giving it a quick glance after seeing it in the Reactstrap README. While trying out the demo page - https://pedox.github.io/formstrap/ - I noticed that the radio buttons are not functioning; I cannot select either value for the gender.

I'm unsure whether or not this is an issue with the demo page itself or with the library, but I wanted to be sure the developer(s) were aware of the issue

@mickelsonmichael
Copy link
Author

mickelsonmichael commented Nov 18, 2021

Upon further inspection, it looks like the value on submission is being set to "on".

{
    "username": "test",
    "email": "[email protected]",
    "gender": "on",
    "switcher": true,
    "type": "read",
    "concert": "2",
    "myNumber": 0,
    "accepted": true
}

Looking back in the commit history, you likely addressed this issue with 31d18a8 and it just needs to be published via GitHub pages again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant