Skip to content

Conversation

crisbeto
Copy link
Member

Fixes that the chip grid was always emitting its change event on blur, even if the value didn't change.

Fixes #31600.

crisbeto added 2 commits July 28, 2025 10:35
Fixes that the chip grid was always emitting its `change` event on `blur`, even if the value didn't change.

Fixes angular#31600.
Fixes several examples of the chip grid that weren't using it correctly. The problem was that the set of chips and the form control were out of sync.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Jul 28, 2025
@angular-robot angular-robot bot added area: docs Related to the documentation area: material/chips labels Jul 28, 2025
@crisbeto crisbeto closed this Jul 28, 2025
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Aug 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area: docs Related to the documentation area: material/chips target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(mat-chip-grid): mat-chip-grid marks FormControl as dirty on blur without actual value changes

1 participant