-
Notifications
You must be signed in to change notification settings - Fork 56
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
Removing refocus on every onChange
Event in Autocomplete
#231
Removing refocus on every onChange
Event in Autocomplete
#231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take care of the build. Apart from that, it looks legit to me.
CHANGELOG.md
Outdated
- Fix opening `UploaderProgressDetails` behind modal in IE (#225) | ||
- Remove refocus of component(Autocomplete) on every value change, remove corresponding test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just updated origin. It's no more 1.0.1
. Can you update the version and changelog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also seems like it is kind of Breaking Change, but I wouldn't say it completely changes the functionality, it rather fixes the issue, so probably we can bump up the minor version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also seems like it is kind of Breaking Change, ...
..., so probably we can bump up the minor version
@Saladinek Could you update a minor instead of a patch?
onChange
Event in Autocomplete
Types of Changes
Prerequisites
Please make sure you can check the following two boxes:
Contribution Type
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
Removing refocus on every onChange Event as it breaks the very principle of onFocus functionality.
Also removing corresponding test case. This PR corresponds to issue #228
For now adding "Breaking Change" option, as it changes the current 'intended' functionality.