react-native-multi-selectbox icon indicating copy to clipboard operation
react-native-multi-selectbox copied to clipboard

Open Options by default

Open Abramovick opened this issue 4 years ago • 1 comments

I'm tryna get the dropdown to be opened opened by default and not closed. I checked the docs and source code, i don't think there's a way to do that... If there is, please share. If not i'll raise a PR

Abramovick avatar Jan 25 '22 13:01 Abramovick

I'm tryna get the dropdown to be opened opened by default and not closed. I checked the docs and source code, i don't think there's a way to do that... If there is, please share. If not i'll raise a PR

Hi Abramovick, I was also looking for this and found that in the index.js there's a state called showOptions (line 35) that has false by default. If you change it to true then the options are shown by default.

I have the sensation that you already knew that, but maybe it does helps others.

Regards!

vmvillamilp avatar Jan 25 '22 14:01 vmvillamilp