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

Implement cursor start/end on Home/End keypress #565

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

sergei-maertens
Copy link
Member

Closes #437

Solution taken from react-select issue/discussion.

There is some ambiguity on what the behaviour should be on MacOS, but due to lack of appropriate device we're leaving that as it is, for now.

Solution taken from react-select issue/discussion.

There is some ambiguity on what the behaviour should be on MacOS, but
due to lack of appropriate device we're leaving that as it is, for
now.
@sergei-maertens sergei-maertens force-pushed the issue/437-select-home-end-behaviour branch from 44e502f to 5123f46 Compare October 16, 2023 14:35
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (2787793) 70.87% compared to head (5123f46) 71.15%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #565      +/-   ##
==========================================
+ Coverage   70.87%   71.15%   +0.27%     
==========================================
  Files         209      209              
  Lines        4306     4319      +13     
  Branches     1164     1171       +7     
==========================================
+ Hits         3052     3073      +21     
+ Misses       1219     1214       -5     
+ Partials       35       32       -3     
Files Coverage Δ
src/components/forms/SelectField/SelectField.js 75.71% <15.38%> (-13.76%) ⬇️

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@CharString CharString left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know of 3 colleagues running MacOS as their daily driver. I've only had 2 Macintoshes and the last one I ran Linux on after support for my MacOS ran out and I had to upgrade.

@sergei-maertens sergei-maertens merged commit a1c5317 into main Oct 17, 2023
11 of 12 checks passed
@sergei-maertens sergei-maertens deleted the issue/437-select-home-end-behaviour branch October 17, 2023 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Select component: home/end keys have no effect on search input
2 participants