Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Preventing override on blur after auto-match#476

Open
sangaman wants to merge 2 commits into
ghiden:masterfrom
sangaman:sangaman/angucomplete-alt
Open

Preventing override on blur after auto-match#476
sangaman wants to merge 2 commits into
ghiden:masterfrom
sangaman:sangaman/angucomplete-alt

Conversation

@sangaman

Copy link
Copy Markdown

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 .

sangaman added 2 commits March 9, 2017 22:24
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant