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

Fixed reset input value on closed menu in some case #2232

Closed
wants to merge 50 commits into from
Closed

Fixed reset input value on closed menu in some case #2232

wants to merge 50 commits into from

Conversation

yuri-sakharov
Copy link
Contributor

Input value reset after pressing enter button on closed menu.

How to reproduce?:
Add props to multiselect example:
onSelectResetsInput={false}
onCloseResetsInput={false}
onBlurResetsInput={false}

Type in multiselect 'o' then press enter and one more time press enter. See that input value was reset.
The bug:
bug
The fix:
fix

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.118% when pulling 4301b94 on yuri-sakharov:fix/clear-input-value-on-close into d2a3afd on JedWatson:master.

JedWatson and others added 21 commits January 4, 2018 14:44
Fixed console error in GitHub users example
Added missing tests for Async.js
Added missing tests for Option.js and refactored Option-test.js.
Updated babel-preset-es2015 to babel-preset-env
…arov/react-select into fix/clear-input-value-on-close

# Conflicts:
#	src/Select.js
@yuri-sakharov
Copy link
Contributor Author

Closed because incorrect merged.

@yuri-sakharov yuri-sakharov deleted the fix/clear-input-value-on-close branch January 17, 2018 02:36
@yuri-sakharov
Copy link
Contributor Author

and it was fixed in #2259

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

Successfully merging this pull request may close these issues.

4 participants