react-native-reusables icon indicating copy to clipboard operation
react-native-reusables copied to clipboard

How to open select menu programmatically?

Open useEffects opened this issue 9 months ago • 1 comments

 <Select defaultValue={{ value: 'apple', label: 'Apple' }} open={true}>

i can also confirm open doesnt seem to do anything, but setting open={false} would disable the functionality. Also defaultOpen doesnt seem to do anything

useEffects avatar May 22 '24 22:05 useEffects