CreatableSelect createFilter breaks create functionality #4779
Unanswered
wiebejordan
asked this question in
Q&A
Replies: 1 comment
-
@wiebejordan You mentioned the inability to create new options after one has already been created, but I don't see Is this the issue or is there some other behavior that I am unclear about? https://codesandbox.io/s/goofy-platform-56wrm?file=/src/App.js |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a CreatableSelect component that works great for creating new options, but the default filtering is not desirable. When I implement createFilter, the filtering is exactly what I need, but it no longer allows me to create new options. Here is my code:
How can this be resolved? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions