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
Describe the bug
In the SegmentedButtonItem Component the visible props seems not have an effect.
When setting visible={false}, the Segment still will be shown
To Reproduce
Steps to reproduce the behavior:
Render Segmented Button, create 2 SegmentedButtonItem and set prop visible to false for one of them. Both will be shown.
Expected behavior
Only SegmentedButtonItem with visible={true}, shorthanded visible (= default) should be shown.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: MAC OS
Browser Chrome
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
In the SegmentedButtonItem Component the visible props seems not have an effect.
When setting visible={false}, the Segment still will be shown
To Reproduce
Steps to reproduce the behavior:
Render Segmented Button, create 2 SegmentedButtonItem and set prop visible to false for one of them. Both will be shown.
Expected behavior
Only SegmentedButtonItem with visible={true}, shorthanded visible (= default) should be shown.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: