Skip to content
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

why did you change onInputChange? #91

Closed
krzysu opened this issue Sep 6, 2017 · 0 comments
Closed

why did you change onInputChange? #91

krzysu opened this issue Sep 6, 2017 · 0 comments

Comments

@krzysu
Copy link

krzysu commented Sep 6, 2017

react-select
function(inputValue: string): string

react-select-plus
function(inputValue) {}

I'm trying to add feature that will automatically split user pasted string of values separated by comma, into react-select values, but after that I need to remove initial user input.
It doesn't work because onInputChange is ignoring the value returned from it.

EDIT:
ok, I see in the source code that implementation is the same for both :/

@krzysu krzysu closed this as completed Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant