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(material/chips): chips form control updating value immediately #30694

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mistrykaran91
Copy link
Contributor

Currently, when we have chips with form control, the value is updated only when its focused out. This fix will update the value of form control immediately

Fixes #28065

@mistrykaran91 mistrykaran91 requested a review from a team as a code owner March 24, 2025 08:21
@mistrykaran91 mistrykaran91 requested review from mmalerba and andrewseguin and removed request for a team March 24, 2025 08:21
@mistrykaran91 mistrykaran91 force-pushed the fix/chips-form-control-value-update branch 5 times, most recently from 8393040 to 3496154 Compare March 24, 2025 09:04
Currently, when we have chips with form control, the value is updated only when its focused out. This fix will update the value of form control immediately

Fixes angular#28065
@mistrykaran91 mistrykaran91 force-pushed the fix/chips-form-control-value-update branch from 3496154 to eb7ee2b Compare March 28, 2025 03:10
@mistrykaran91 mistrykaran91 requested a review from mmalerba March 28, 2025 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(MatChipGrid): Chips form controls do not update values until focus is achieved and lost
2 participants