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

Ensure shift+home and shift+end works as expected in the Combobox.Input component #2024

Merged
merged 2 commits into from Nov 17, 2022

Commits on Nov 17, 2022

  1. ensure shift+home and shift+end works as expected

    While testing with a normal input, the Home and End keys don't do
    anything on their own, so therefore using them to go to the first or
    last item respectively is still a good solution.
    
    However, shift+home and shift+end will do _something_, it will select
    the text in the input.
    RobinMalfait committed Nov 17, 2022
    Copy the full SHA
    34b97a9 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Nov 17, 2022
    Copy the full SHA
    290ad60 View commit details
    Browse the repository at this point in the history