This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): fix select-value label not filling select width
- Loading branch information
ba60122
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be set on md-select-value. Now the placeholder stretches correctly to the width of the select, but once you actually select a value it is incorrect again. Setting flex-grow: 1 on the md-select-value fixes this.