-
Notifications
You must be signed in to change notification settings - Fork 105
Labels
Milestone
Description
Describe the bug
A set of Toggle Buttons within Segmented Button will in some cases have ellipsis. For example, look at the documentation page for Segmented Button (see screenshot below as well). The second button has text "Butto..."
To Reproduce
Create a SegmentedButton with three options, notice the second button has ellipsis.
<div>
<SegmentedButton>
<ToggleButton>Left</ToggleButton>
<ToggleButton>Center</ToggleButton>
<ToggleButton>Right</ToggleButton>
</SegmentedButton>
</div>
Expected behavior
All text is fully shown
UI5 Web Components for React Information
Operating System: macOS Catalina
@ui5/webcomponents-react version: 0.9.4
Do you have a dependency to@ui5/webcomponents in your package.json? If yes, which version?: ^1.0.0-rc.7
If you are not sure, you can find out by running npm ls @ui5/webcomponents-react or yarn why @ui5/webcomponents-react

