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/slider): aria-valuetext host binding should be onPush co… #29042

Merged
merged 1 commit into from
May 15, 2024

Conversation

atscott
Copy link
Contributor

@atscott atscott commented May 13, 2024

…mpatible

MatSlider updates _valuetext without marking for check. The easiest way to fix these types of issues when values are not part of the public API is to switch them to signals.

@atscott atscott requested a review from devversion as a code owner May 13, 2024 21:14
@atscott
Copy link
Contributor Author

atscott commented May 13, 2024

Green TGP

…mpatible

`MatSlider` updates `_valuetext` without marking for check. The easiest
way to fix these types of issues when values are not part of the public
API is to switch them to signals.
@atscott atscott requested a review from mmalerba May 14, 2024 14:05
@atscott atscott added the target: patch This PR is targeted for the next patch release label May 14, 2024
@atscott atscott added the action: merge The PR is ready for merge by the caretaker label May 15, 2024
@andrewseguin andrewseguin merged commit ce87e55 into angular:main May 15, 2024
26 of 28 checks passed
andrewseguin pushed a commit that referenced this pull request May 15, 2024
…mpatible (#29042)

`MatSlider` updates `_valuetext` without marking for check. The easiest
way to fix these types of issues when values are not part of the public
API is to switch them to signals.

(cherry picked from commit ce87e55)
andrewseguin pushed a commit that referenced this pull request May 15, 2024
…mpatible (#29042)

`MatSlider` updates `_valuetext` without marking for check. The easiest
way to fix these types of issues when values are not part of the public
API is to switch them to signals.

(cherry picked from commit ce87e55)
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 target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants