-
Notifications
You must be signed in to change notification settings - Fork 74
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
Closed
stephanebachelier
wants to merge
9
commits into
marionettejs:master
from
stephanebachelier:radio-default-value
Closed
Add a default value for radio button group #106
stephanebachelier
wants to merge
9
commits into
marionettejs:master
from
stephanebachelier:radio-default-value
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…is-docker Allows travis to use docker images for testing
…me-cicular-refs Fixes marionettejs#33
…-checkboxes An indeterminate checkbox will be a null value
stephanebachelier
force-pushed
the
radio-default-value
branch
3 times, most recently
from
April 15, 2015 09:32
b555333
to
c6160b9
Compare
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! |
Use `$.find`, not `$.children`, to parse nested inputs within a specific form
@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
force-pushed
the
radio-default-value
branch
from
May 27, 2015 21:33
c6160b9
to
bd8f8f3
Compare
@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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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