You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the slider value using the keyboard only fires the input event, never the change event. According to the documentation, the input event is fired on user interaction that has not yet finished, while the change event is fired when interaction with the slider is finished, so there's currently no way to indicate that interaction is finished after making changes with the keyboard.
Affected Component
Slider
Expected Behaviour
There should be keys that fire the change event, such as space or enter.
mhjzhang
changed the title
[Slider/RangeSlider]: Slider value cannot be committed via keyboard handling
[Slider]: Slider value cannot be committed via keyboard handling
Feb 6, 2025
Bug Description
Changing the slider value using the keyboard only fires the input event, never the change event. According to the documentation, the input event is fired on user interaction that has not yet finished, while the change event is fired when interaction with the slider is finished, so there's currently no way to indicate that interaction is finished after making changes with the keyboard.
Affected Component
Slider
Expected Behaviour
There should be keys that fire the change event, such as space or enter.
Isolated Example
https://sap.github.io/ui5-webcomponents/components/Slider/
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
V1, V2
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: