Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SegmentedButtonItem: visible props has no effect #115

Closed
d3nergy opened this issue Sep 12, 2019 · 0 comments · Fixed by #125
Closed

SegmentedButtonItem: visible props has no effect #115

d3nergy opened this issue Sep 12, 2019 · 0 comments · Fixed by #125
Assignees

Comments

@d3nergy
Copy link

d3nergy commented Sep 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants