-
Notifications
You must be signed in to change notification settings - Fork 211
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
fix(number-field): add support for scrubbing #4476
base: main
Are you sure you want to change the base?
Conversation
5db4275
to
a6280d7
Compare
Branch previewReview the following VRT differencesWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
If the changes are expected, update the |
Lighthouse scores
What is this?Lighthouse scores comparing the documentation site built from the PR ("Branch") to that of the production documentation site ("Latest") and the build currently on Transfer Size
Request Count
|
a6280d7
to
f123cbe
Compare
Tachometer resultsChromenumber-field permalinkbasic-test
slider permalinktest-basic
Firefoxnumber-field permalinkbasic-test
slider permalinktest-basic
|
f123cbe
to
3034755
Compare
* feat(number-field): added features required for internal Adobe project - scrubbable (drag left/right for increment decrementing) - allow per pixel amount for scrubbing (defaults to using existing step) - shift modifier step multiplier for fast keyboard increment/decrement * feat(number-field): add shift modifier to multiply key input * feat(number-field): put stepper buttons in shift modifier path * fix(number-field): fix issue with PR where there are runtime errors when buttons are hidden * fix(number-field): add property to indicate that the user is scrubbing * fix(number-field): delay scrub input by 250ms in case user clicked/dragged a bit meaning to focus * fix(number-field): issue with scrubbing off component lights up focus ring without having focus * fix(number-field): issues with intermittent inner focus-visible and misfiring on negative distance
3034755
to
8fc67cc
Compare
|
Description
This had been bopping around in a branch for a long while thanks to the work of @bengfarrell and I wanted to get it into a PR in case people were interested in adopting it.
Allow click and drag on the input of a Number Field to scrub the value.
Related issue(s)
How has this been tested?
Types of changes
Checklist