angucomplete-alt
angucomplete-alt copied to clipboard
Preventing override on blur after auto-match
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 .