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

fix(angular): Allow different boolean value accessor attribute #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

FrancoisDF
Copy link

When stared the development of component like radio and checkbox, we used a "selected" attribute to represent the state of the radio/checkbox as boolean.

This PR allows a user to specify on which boolean property they want the nativeElement to be bind to. It is currently forced to the checked property.

Part of this PR:

@jthoms1
Copy link
Member

jthoms1 commented Jun 23, 2020

Appologizes for not getting to this sooner. Do you mind updating based on changes that are in master now. I will merge once you do so. Thank you!

@jthoms1 jthoms1 self-requested a review June 23, 2020 13:55
@jthoms1 jthoms1 self-assigned this Jun 23, 2020
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.

None yet

2 participants