We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2703976 commit 4fb5eedCopy full SHA for 4fb5eed
src/components/form-spinbutton/README.md
@@ -388,8 +388,8 @@ Click and hold the increment or decrement button (or use the up/down arrow keys)
388
389
The following keyboard controls are available when the spin button is focused:
390
391
-- <kbd>Home</kbd> sets the value to the `min` value
392
-- <kbd>End</kbd> sets the value to the `max` value
+- <kbd>Home</kbd> Sets the value to the `min` value
+- <kbd>End</kbd> Sets the value to the `max` value
393
- <kbd>ArrowUp</kbd> Increases the value by the step amount
394
- <kbd>ArrowDown</kbd> Decreases the value by the step amount
395
- <kbd>PageUp</kbd> Increases the value by the step amount times the `repeat-step-multiplier` amount
0 commit comments