Skip to content

Commit eea64bd

Browse files
allexgutmmalerba
authored andcommitted
docs(material/slider): Page Up/Down increase value but not by 10 steps (#27854)
Change the documentation so it's clearer that the Page Up/Down buttons of the slider component increase/decrease the value of the slider by 10% (of the max value), rather than 10 steps as it was described previously. Fixes #27402. (cherry picked from commit 7369dfa)
1 parent 17ec569 commit eea64bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/slider/slider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ The slider has the following keyboard bindings:
6868
| Up arrow | Increment the slider value by one step. |
6969
| Left arrow | Decrement the slider value by one step (increments in RTL). |
7070
| Down arrow | Decrement the slider value by one step. |
71-
| Page up | Increment the slider value by 10 steps. |
72-
| Page down | Decrement the slider value by 10 steps. |
71+
| Page up | Increment the slider value by 10% (of the max value). |
72+
| Page down | Decrement the slider value by 10% (of the max value). |
7373
| End | Set the value to the maximum possible. |
7474
| Home | Set the value to the minimum possible. |
7575

0 commit comments

Comments
 (0)