Implement async select with optional creatable #4937
Unanswered
cubecleveland
asked this question in
Q&A
Replies: 1 comment
-
Hello @cubecleveland, there is no prop to enable or disable the <AsyncCreatable
isValidNewOption={(inputValue, value, options, accessors) => {
if (disableCreatable) return false;
/* ... */
}}
/> But be aware that you would have to implement the rest of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to call the creatable option when passing a prop to the compoenent that will either enable or disable it?
Beta Was this translation helpful? Give feedback.
All reactions