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

Commits on Mar 10, 2017

  1. 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.
    sangaman committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    ebe7ab5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Configuration menu
    Copy the full SHA
    de6dafd View commit details
    Browse the repository at this point in the history