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

Removing refocus on every onChange Event in Autocomplete #231

Merged
merged 14 commits into from
Feb 5, 2020
Merged

Removing refocus on every onChange Event in Autocomplete #231

merged 14 commits into from
Feb 5, 2020

Conversation

Saladinek
Copy link
Contributor

@Saladinek Saladinek commented Jan 21, 2020

Types of Changes

Prerequisites

Please make sure you can check the following two boxes:

  • I have read the CONTRIBUTING document
  • My code follows the code style of this project

Contribution Type

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue, please reference the issue id)
  • New feature (non-breaking change which adds functionality, make sure to open an associated issue first)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

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.

@Saladinek Saladinek requested a review from guiherzog January 21, 2020 15:12
@Saladinek Saladinek requested a review from dimabory January 27, 2020 13:50
Copy link
Collaborator

@dimabory dimabory left a 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 Show resolved Hide resolved
@Saladinek Saladinek requested a review from dimabory January 28, 2020 15:27
@Saladinek Saladinek requested a review from dimabory February 4, 2020 12:06
@dimabory dimabory removed the request for review from guiherzog February 4, 2020 12:11
CHANGELOG.md Outdated
- Fix opening `UploaderProgressDetails` behind modal in IE (#225)
- Remove refocus of component(Autocomplete) on every value change, remove corresponding test
Copy link
Collaborator

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?

Copy link
Collaborator

@dimabory dimabory Feb 4, 2020

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.

Copy link
Collaborator

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?

@Saladinek Saladinek requested a review from dimabory February 5, 2020 09:40
@dimabory dimabory changed the title Removing refocus on every onChange Event in Autocomplete Removing refocus on every onChange Event in Autocomplete Feb 5, 2020
@dimabory dimabory merged commit 0a7a9e2 into ZEISS:develop Feb 5, 2020
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.

2 participants