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 field ? #6

Open
Imonda opened this issue Mar 13, 2011 · 4 comments
Open

Radio field ? #6

Imonda opened this issue Mar 13, 2011 · 4 comments

Comments

@Imonda
Copy link

Imonda commented Mar 13, 2011

Hi there,

What about the radio field ?
I think this feature is more than required.

Great script anyway.

Regards,
Michael

@serendipity2ltd
Copy link

How do you use it to validate a radio button to make sure the user selects one option?

@sstamenov
Copy link

This is an example usecase:

< input type="radio" name="answer" value="one" /> in 1 restaurant
< input type="radio" name="answer" value="two" /> in 2 restaurants
< input type="radio" name="answer" value="five" /> in 5 restaurants
< input type="radio" name="answer" value="nine" /> in 9 restaurants

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!

@outmoder
Copy link

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?

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

5 participants