Open Options by default
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
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!