Describe the feature request
There is currently no FullWidth parameter on MatSelect. It would be nice if one could make elements full width, just as, e.g. aMatTextField.
Expected behavior
Same behavior as MatTextField: Apply width: 100% as an element style.
(Sadly, writing <MatSelect Style="width: 100%" ...> does not suffice)
Describe the feature request
There is currently no
FullWidthparameter on MatSelect. It would be nice if one could make elements full width, just as, e.g. aMatTextField.Expected behavior
Same behavior as MatTextField: Apply
width: 100%as an element style.(Sadly, writing
<MatSelect Style="width: 100%" ...>does not suffice)