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 bug with single select value not showing. #1072

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

richard-to
Copy link
Collaborator

Seems like in single select mode, the ngModel is a string rather than an array.

So we need to update the code to handle both cases.

Closes #1071

Seems like in single select mode, the ngModel is a string rather than
an array.

So we need to update the code to handle both cases.

Closes google#1071
Copy link
Collaborator

@wwwillchen wwwillchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@richard-to richard-to merged commit e97f6e3 into google:main Oct 29, 2024
6 checks passed
@richard-to richard-to deleted the fix-single-select branch October 31, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Select button single select not displaying selected option
2 participants