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

TextInputWithTokens bugfix: focus next token when removing first token with keyboard #1529

Merged
merged 10 commits into from
Oct 27, 2021

Commits on Oct 22, 2021

  1. fixes a bug when removing the first token with the keyboard

    Before this fix, the next token would not get focused after removing the first token in the input by selecting it and hitting the 'Backspace' or 'Delete' key
    mperrotti committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    19a3779 View commit details
    Browse the repository at this point in the history
  2. adds changeset

    mperrotti committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    d229b80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a2b713 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fdabce View commit details
    Browse the repository at this point in the history
  5. Merge branch 'mp/fix-token-0-remove-bug' of github.com:primer/react i…

    …nto mp/fix-token-0-remove-bug
    mperrotti committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    aa8034f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Update .changeset/eighty-beds-sneeze.md

    Co-authored-by: Cole Bemis <colebemis@github.com>
    mperrotti and colebemis committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a61326e View commit details
    Browse the repository at this point in the history
  2. Update .changeset/eighty-beds-sneeze.md

    Co-authored-by: Cole Bemis <colebemis@github.com>
    mperrotti and colebemis committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    729296f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46ef7ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7886f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6c4777 View commit details
    Browse the repository at this point in the history