react-native-select
react-native-select copied to clipboard
Option to limit selection or allow developer to manage value state.
Is your feature request related to a problem? Please describe. I would like to limit the number of items available to be selected.
Describe the solution you'd like Either state is managed or it isn't or have an option to limit the amount of selectable items.
Describe alternatives you've considered If I set "selectedValue" I would expect the menu to use my state. It currently has it's own state.
Additional context