Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
Component used: Chip/ToggleChip/SplitToggleChip Version used: alpha21
The Chip family (Chip/CompactChip/ToggleChip/SplitToggleChip) are all defaulting to fillMaxWidth and as a result will not swap contents by default. Given a chip is a container it is probably more natural to have it's size fit the contents by default and allow developers to set .width()/.fillMaxWidth() as they need.