SegmentedControl is exactly what I need for one of our requirements, but I need to have no option selected is the value is undefined.
There's no such option in the props, and I wonder if there's a deeper workaround that I'm not thinking about to have the selected button frame thing just not appear is the control's value is undefined.
#SegmentedControl with no selected option
3 messages · Page 1 of 1 (latest)
SegmentedControl does not support that, you can build a custom coponent for that
That's what I figured you'd say, was hoping you wouldn't 😅