-
Notifications
You must be signed in to change notification settings - Fork 57
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 field ? #6
Comments
What kind of validation would you need for a radio field when you can only select one? |
How do you use it to validate a radio button to make sure the user selects one option? |
This is an example usecase: < input type="radio" name="answer" value="one" /> in 1 restaurant So how do we make sure a user has clicked on one of the four options when there is no specific id that can describe all four options simultaneously? cheers and keep up the good work! |
i'd like to see this too - same reason as above. make user select one of multiple options, when there is no obvious pre-selected option. maybe this should be a dropdown select menu in the html, but then can this be validated? |
Hi there,
What about the radio field ?
I think this feature is more than required.
Great script anyway.
Regards,
Michael
The text was updated successfully, but these errors were encountered: