File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,7 @@ This component comes with styles written in LESS and precompiled to CSS in
8585* Use modern tool like webpack and then just do ` require('node_modules/react-numeric-input/src/style/NumericInput.less'); ` .
8686 See [ examples/examples.jsx] ( ./examples/examples.jsx ) for example.
8787
88- ## Keyboard navigation
89- * You can use <kbd >Up</kbd > and <kbd >Down</kbd > arrow keys to increment/decrement the input value.
90- * <kbd >Ctrl/Command + Up</kbd > and <kbd >Ctrl/Command + Down</kbd > to use smaller step (` step / 10 ` ).
91- Note that this will only work if you have specified a ` precision ` option that supports it.
92- * <kbd >Shift + Up</kbd > and <kbd >Shift + Down</kbd > to use bigger step (` step * 10 ` ).
88+
9389
9490####v2.0.0 (not released yet)
9591
@@ -117,5 +113,13 @@ Finally, you can still use CSS if you want. Each component's root element has th
117113 color : red ;
118114}
119115```
116+
117+ ## Keyboard navigation
118+ * You can use <kbd >Up</kbd > and <kbd >Down</kbd > arrow keys to increment/decrement the input value.
119+ * <kbd >Ctrl/Command + Up</kbd > and <kbd >Ctrl/Command + Down</kbd > to use smaller step (` step / 10 ` ).
120+ Note that this will only work if you have specified a ` precision ` option that supports it.
121+ * <kbd >Shift + Up</kbd > and <kbd >Shift + Down</kbd > to use bigger step (` step * 10 ` ).
122+
123+
120124## License
121125MIT
You can’t perform that action at this time.
0 commit comments