angucomplete-alt icon indicating copy to clipboard operation
angucomplete-alt copied to clipboard

Preventing override on blur after auto-match

Open sangaman opened this issue 9 years ago • 0 comments

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 avatar Mar 10 '17 03:03 sangaman