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

Return `KeyReaction::Nothing` for a Tab event #14184

Merged
merged 1 commit into from Nov 12, 2016
Merged

Commits on Nov 12, 2016

  1. Return `KeyReaction::Nothing` for a Tab event

    Hitting the tab key in an html text input shouldn't submit the form, and
    for any text input, the tab key should have a particular action
    associated, not the default action. This cleans up #12701.
    jmcomets committed Nov 12, 2016
You can’t perform that action at this time.