You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
Material v2
Description
With Material v3 and vertical="true", mat-button-toggle have a layout that is too round and truncates the label and/or the check mark. This was not the case with Material v2, as shown below:
Currently the button toggle uses the `corner-full` value for its broder radius which starts too look weird for a vertical group with text inside the toggles.
These changes switch to using the `corner-extra-large` value instead.
Fixesangular#31010.
Currently the button toggle uses the `corner-full` value for its broder radius which starts too look weird for a vertical group with text inside the toggles.
These changes switch to using the `corner-extra-large` value instead.
Fixes#31010.
Currently the button toggle uses the `corner-full` value for its broder radius which starts too look weird for a vertical group with text inside the toggles.
These changes switch to using the `corner-extra-large` value instead.
Fixes#31010.
(cherry picked from commit 90413f9)
Currently the button toggle uses the `corner-full` value for its broder radius which starts too look weird for a vertical group with text inside the toggles.
These changes switch to using the `corner-extra-large` value instead.
Fixes#31010.
(cherry picked from commit 90413f9)
Currently the button toggle uses the `corner-full` value for its broder radius which starts too look weird for a vertical group with text inside the toggles.
These changes switch to using the `corner-extra-large` value instead.
Fixesangular#31010.
Is this a regression?
The previous version in which this bug was not present was
Material v2
Description
With Material v3 and
vertical="true"
, mat-button-toggle have a layout that is too round and truncates the label and/or the check mark. This was not the case with Material v2, as shown below:Reproduction
Expected Behavior
I expect the vertical mode has less round broder, to be aesthetically more pleasing, but especially to never truncate content.
Actual Behavior
It is too round, aesthetically not so great looking, and truncates content.
Environment
The text was updated successfully, but these errors were encountered: