-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newOptionCreator
not working as intended.
#658
Comments
Something that I noticed was that the prop wasn't being used anywhere in |
Confirmed, this isn't being used anywhere in the code, and doesn't appear to have any affect on the selected results. |
Yeah, we ended up moving to the previous version for that feature. Thanks !
|
Is there any plan to add this feature in v.1 beta 13? |
By the way, I believe PR #1187 should resolve this issue. Please feel free top give the branch a spin and let me know if you have any concerns or other feedback. 😄 |
This issue no longer exists in the 1.x code (as of PR #1187) and so I'm going to close it! Look for an updated RC with this functionality soon. 😎 |
I am facing this issue when trying to add a new value through the input box.
When
allowCreate
is set totrue
, the function passed as thenewOptionCreator
prop is not being called.For example:
The text was updated successfully, but these errors were encountered: