You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: