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/select): fixed text color for selected options in multiple select #30367

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AJJPostma
Copy link

@AJJPostma AJJPostma commented Jan 22, 2025

Fixes a bug in the Angular Material select component where the selected options in a select with the multiple attribute have the wrong text color. This is because the the text color styling for the select without the multiple attribute is applied.

fixes #30366

@AJJPostma AJJPostma requested a review from a team as a code owner January 22, 2025 11:24
@AJJPostma AJJPostma requested review from crisbeto and amysorto and removed request for a team January 22, 2025 11:24
@AJJPostma AJJPostma changed the title fixed text color for selected options in multiple select fix(material/select): fixed text color for selected options in multiple select Jan 22, 2025
@crisbeto crisbeto removed the request for review from amysorto January 24, 2025 07:43
@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Jan 24, 2025
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.

bug(select): multiple select uses single select text color for selected options (on-secondary-container)
2 participants