picker
picker copied to clipboard
selected item gets the same style of disabled item.
I need a placeholder for this picker. Because there is no placeholder, I ended up adding item and giving it enabled={false}.
But when I add style to this item, the selected item gets the same style of the disabled item .
what can I do? placeholder is required
Before listing your main items, you could do something like this
<Picker.Item label="Placeholder Value" value="" />