Slider onUpdate event not firing when right and left button of keyboard is pressed #769
muthubentley
started this conversation in
General
Replies: 1 comment 1 reply
-
There is an issue open for this already, can you leave a comment there? iTwin/iTwinUI-react#398 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When slider is moved with mouse click or dragging the thumb of slider, thumb will moved to desired location and value in the slider gets updated and the onUpdate event gets fired. But when the slider is moved using right and left buttons in keyboard, thumb will be moved and value in the slider gets updated but onUpdate event does not fire.
Refer to below sandbox to reproduce the behavior:
https://www.itwinjs.org/sandbox/MuthuKalamani/SliderWithKeyboardIssue
-Mouse click on slider --> alert message will be shown with the slider value
-Move the slider knob --> alert message will be shown with the slider value
-press right and left buttons in Keyboard --> alert message will not be shown
Beta Was this translation helpful? Give feedback.
All reactions