File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,12 +112,6 @@ online example: https://input-number.vercel.app/
112112 <td>false</td>
113113 <td>Specifies that an InputNumber should be disabled</td>
114114 </tr>
115- <tr>
116- <td>focusOnUpDown</td>
117- <td>Boolean</td>
118- <td>true</td>
119- <td>whether focus input when click up or down button</td>
120- </tr>
121115 <tr>
122116 <td>required</td>
123117 <td>Boolean</td>
Original file line number Diff line number Diff line change 6464 <td>false</td>
6565 <td>Specifies that an InputNumber should be disabled</td>
6666 </tr>
67- <tr>
68- <td>focusOnUpDown</td>
69- <td>Boolean</td>
70- <td>true</td>
71- <td>whether focus input when click up or down button</td>
72- </tr>
7367 <tr>
7468 <td>required</td>
7569 <td>Boolean</td>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737
3838<code src =" ./demo/precision.tsx " ></code >
3939
40- ## simple-use-touch
41-
42- <code src =" ./demo/simple-use-touch.tsx " ></code >
43-
4440## small-step
4541
4642<code src =" ./demo/small-step.tsx " ></code >
Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ export interface InputNumberProps<T extends ValueType = ValueType>
9393
9494 onStep ?: ( value : T , info : { offset : ValueType ; type : 'up' | 'down' } ) => void ;
9595
96- // focusOnUpDown: boolean;
97- // useTouch: boolean;
98-
9996 /**
10097 * Trigger change onBlur event.
10198 * If disabled, user must press enter or click handler to confirm the value update
You can’t perform that action at this time.
0 commit comments