-
Notifications
You must be signed in to change notification settings - Fork 0
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
CHECKBOX: does not bind to values in Angular #140
Comments
This again [radio button] is very specific to the inner workings of Angular and I need help understanding Angular's expectations. |
blackfalcon
added
the
not-reviewed
Issue has not been reviewed by Auro team members
label
Apr 5, 2022
braven112
removed
the
not-reviewed
Issue has not been reviewed by Auro team members
label
May 10, 2022
blackfalcon
added
the
help wanted
Extra attention is needed, this user requires assistance to complete the work
label
Jun 20, 2022
@bdahl1 have there been new learnings that will negate this issue, or is this still an issue we need to address? |
jason-capsule42
removed
Type: Bug
Bug or Bug fixes
help wanted
Extra attention is needed, this user requires assistance to complete the work
labels
Oct 3, 2024
jason-capsule42
assigned jason-capsule42 and fajar-apri-alaska and unassigned jason-capsule42
Oct 28, 2024
Please reach out to @jason-capsule42 if you have any further questions. |
jason-capsule42
changed the title
auro-checkbox: does not bind to values in Angular
CHECKBOX: does not bind to values in Angular
Dec 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using Angular
value
andngModel
do not properly interact with Angular's data binding.To Reproduce
Steps to reproduce the behavior:
[value]=
or[(ngModel)]
or as a member of a form groupExpected behavior
The value in the code behind should be bound to the state of the checkbox. It is not.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: