We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38700e0 commit 0598f28Copy full SHA for 0598f28
src/lib/slider/OVERVIEW.md
@@ -79,7 +79,7 @@ The slider has the following keyboard bindings:
79
|-------------|------------------------------------------------------------------------------------|
80
| Right arrow | Increment the slider value by one step (decrements in RTL). |
81
| Up arrow | Increment the slider value by one step. |
82
-| Left arrow | Decrement the slider value by one step (decrements in RTL). |
+| Left arrow | Decrement the slider value by one step (increments in RTL). |
83
| Down arrow | Decrement the slider value by one step. |
84
| Page up | Increment the slider value by 10 steps. |
85
| Page down | Decrement the slider value by 10 steps. |
0 commit comments