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
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
I'm exploring react-picky and it works pretty well but I have one scenario where I need to disable select(react-picky) on edit form so, I tried HTML disabled attribute as well as react-select isDisabled and both are not working. so what I need to do to make it work
Version
"react": "^16.8.3",
"react-picky": "^4.1.2"
Here's what went wrong:
I'm exploring react-picky and it works pretty well but I have one scenario where I need to disable select(react-picky) on edit form so, I tried HTML disabled attribute as well as react-select isDisabled and both are not working. so what I need to do to make it work