-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Added RadioButton to emitted event #10657
Conversation
This allows to update the checked state manually via the event process.
I'm sorry I'm not fully understanding what you're trying to do. Could you provide a plunker, repository or images of what you mean? Thanks! |
I want to uncheck a radio button if its checked once.
Like a checkbox.
An optional radio which must not be set will be reset. Nothing more :-)
2017-03-16 19:20 GMT+01:00 Brandy Carney <[email protected]>:
… I'm sorry I'm not fully understanding what you're trying to do. Could you
provide a plunker, repository or images of what you mean? Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10657 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AO5L_eLnNBJ-9-XdULO6Xe9NF6cBV7bkks5rmX18gaJpZM4MTkla>
.
|
@brandyscarney I think this is another case of: #8578 some components do:
while others do:
Changing this would be an important breaking change, but I think it worth it... we should always provide Then, developers could read the values thought the |
I don't think we should merge this PR, but we must do something about it. |
Hmm ok. I added |
I was thinking the same thing @manucorporat. I've noticed before that we don't always emit |
Hello and thank you for contributing to Ionic! We have been working on porting all of the Ionic components to web components and have recently updated |
This allows to update the checked state manually via the event process.
Short description of what this resolves:
A problem by manually set the checked state of radio buttons.
The main problem is that I want to uncheck a radio button within a radio-group if its clicked and not required. But currently it stays checked. I want if its not required that its unchecked then like a checkbox. But then I lose the ability to check one radio button at the same time.
Changes proposed in this pull request:
this
value (first parameter isthis.value
)Ionic Version: 1.x / 2.x
2.x
Fixes: #
-/-