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 has been archived by the owner on Aug 17, 2021. It is now read-only.
When we migrated to react-select v2 a remapping of some props was put in place in order to minimise the scope of changes in another projects. It's part of the team consensus that this is causing confusion though. Therefore we should get rid of multi, clearable, creatable and disabled props and favour isMulti, isClearable, isCreatable and isDisabled props instead.
The text was updated successfully, but these errors were encountered:
When we migrated to react-select v2 a remapping of some props was put in place in order to minimise the scope of changes in another projects. It's part of the team consensus that this is causing confusion though. Therefore we should get rid of multi, clearable, creatable and disabled props and favour isMulti, isClearable, isCreatable and isDisabled props instead.
The text was updated successfully, but these errors were encountered: