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

Preventing override on blur after auto-match #476

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sangaman
Copy link

When override-suggestions and auto-match are both true, a match on
originalObject occurs but is then overridden with a custom object on
blur. This change sets a flag when an exact match is found that prevents
override until the input text changes. Includes a test case that fails
with old code but passes with these changes.

This fix addresses issue #387 .

When override-suggestions and auto-match are both true, a match on
originalObject occurs but is then overridden with a custom object on
blur. This change sets a flag when an exact match is found that prevents
override until the input text changes. Includes a test case that fails
with old code but passes with these changes.
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.

1 participant