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

Add a default value for radio button group #106

Conversation

stephanebachelier
Copy link
Contributor

Done with only configuring input reader and key assignment validators for radio.

As stated in the documentation added it's really easy to override this behavior for anyone.

Fix #102

@stephanebachelier stephanebachelier force-pushed the radio-default-value branch 3 times, most recently from b555333 to c6160b9 Compare April 15, 2015 09:32
@rhubarbselleven
Copy link
Contributor

Thanks @stephanebachelier my apologies I haven't got round to looking closer at this yet.

Could you reduce to 1 commit and PR against the minor branch? I'm assuming this is non-breaking

Thank you!

david-davidson and others added 2 commits May 1, 2015 08:46
Use `$.find`, not `$.children`, to parse nested inputs within a specific form
@stephanebachelier
Copy link
Contributor Author

@rhubarbselleven sorry did not see it before. I'll rebase on minor branch.

 * Default is set to null but it's easy to override.
 * Add value assigners to control value assignment to data
@stephanebachelier
Copy link
Contributor Author

@rhubarbselleven closing in favour of #112 which is rebased and squashed on top of minor.

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

Successfully merging this pull request may close these issues.

Unselected radio group is not present in serialized data
4 participants