-
-
Notifications
You must be signed in to change notification settings - Fork 659
Open
Description
A slider initialized with the parameters below show inconsistent behavior when navigated via keyboard. When positioned at 100, clicking the knob and pressing the left arrow key successfully moves it leftward. However, subsequent right arrow key presses fail to return the knob to its maximum value of 100, despite this position being accessible when using mouse dragging.
noUiSlider.create(slider, {
start: 100,
step: 40,
range: {
min: 1,
max: 100
}
});
Metadata
Metadata
Assignees
Labels
No labels