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
@mistrykaran91
Copy link
Contributor Author

@mmalerba @crisbeto : Just out of the context question, aren't we looking to migrate @Input toinput query signals ? If yes, then can I create PR for it component by component at a time ?

@mmalerba
Copy link
Contributor

Just out of the context question, aren't we looking to migrate @Input to input query signals ? If yes, then can I create PR for it component by component at a time ?

My only worry with that is that people are probably programmatically accessing the @Input property, so changing it to a signal would be a breaking change

@mistrykaran91
Copy link
Contributor Author

Just out of the context question, aren't we looking to migrate @Input to input query signals ? If yes, then can I create PR for it component by component at a time ?

My only worry with that is that people are probably programmatically accessing the @Input property, so changing it to a signal would be a breaking change

So, as of now we won't be doing any input signal migration now. But if there is some decision on that to migrate one by one with breaking change note I can contribute a bit for smaller component atleast.

@mmalerba
Copy link
Contributor

@mistrykaran91 sure, thanks for volunteering! I'll definitely let you know if there's a chance to help with that

@mmalerba mmalerba added the action: merge The PR is ready for merge by the caretaker label Apr 1, 2025
@mmalerba mmalerba self-assigned this Apr 1, 2025
@mmalerba
Copy link
Contributor

mmalerba commented Apr 2, 2025

FYI this breaks a handful of tests in google, We'll need to investigate and determine if the issue is just with brittle tests or something with the change itself.

@mmalerba mmalerba added the presubmit failures This PR has failures in Google's internal presubmit process and cannot be immediately merged label Apr 2, 2025
@mistrykaran91
Copy link
Contributor Author

FYI this breaks a handful of tests in google, We'll need to investigate and determine if the issue is just with brittle tests or something with the change itself.

Let me know if this change does not work, I at-least think this is the place but you can let me know if its because of the change I can revisit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: material/chips presubmit failures This PR has failures in Google's internal presubmit process and cannot be immediately merged
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