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

Optionally propagate keydown events #140

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

Commits on Oct 26, 2015

  1. Optionally propagate keydown events

    so that we can leverage default keydown behaviors provided by the
    browser, such as tabbing to the next input.
    
    The default behavior was the previous behavior, so that this is not a
    breaking change.
    clalimarmo committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    c1b05b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. Allow Tokenizer to also propagate keydown events

    To make this useful for the tokenizer, we also take steps to keep the
    focus on the tokenizer input, unless the input is empty.
    
    We reuse the logic that determines whether "backspace" should clear a
    token, or do it's default behavior.
    clalimarmo committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    fd2ce4d View commit details
    Browse the repository at this point in the history