-
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
Creatable includes promptText in the onChange payload #1464
Comments
I'm also running into this bug; the above workaround works, but it's less than satisfactory as custom prompt text is no longer possible. |
Hello, Can you explain why you closed this issue? The problem does happen in 1.0.0-rc2 version. |
I close this as I found that its because our implementation that passing incorrect |
Reopen as other seeing the same issues |
Seems to be fixed in 1.0.0-rc3. |
I just ran into this issue and I am using 1.0.0-rc3, however the solution from @roderickhsiao seems to fix the problem. I was not using |
I'm in 1.0.0-rc.2 and ran into the issue and like @roderickhsiao and @purplesquirrels said, using Thanks guys |
note that you'll probably want to respond to keyCode === 9 to handle Tab keys |
This is still happening for me in 1.2.1 when I use react-select inside redux form. I tried to provide |
Hello - In an effort to sustain the We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version. If you aren't using the latest version of If you feel this issue / pull request is still relevant and you'd like us to review it, please leave a comment and we'll do our best to get back to you. |
We are using
v1.0.0-rc2
while using
Creatable
, the onChange payload includes thepromptText
in the payload.value attribute .value turns out to be the full
Create option "${label}"
instead of justlabel
We are passing
promptTextCreator={(name) => name}
to by pass the issueThe text was updated successfully, but these errors were encountered: