You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| size | To determine the size of the input box, the height of `large` and `small`, are 40px and 24px respectively, while default size is 32px |`large`\|`middle`\|`small`| - ||
102
102
| status | Set validation status | 'error' \| 'warning' | - | 3.3.0 |
@@ -175,7 +175,7 @@ The following APIs are shared by DatePicker, RangePicker.
175
175
| disabled | If disable start or end |\[boolean, boolean]| - ||
176
176
| disabledTime | To specify the time that cannot be selected | function(date: dayjs, partial: `start`\|`end`) | - ||
177
177
| format | To set the date format, refer to [dayjs](https://day.js.org/)|[formatType](#formatType)|`YYYY-MM-DD HH:mm:ss`||
178
-
| presets | The preset ranges for quick selection | { label: slot, value: [dayjs](https://day.js.org/)\[] }[]| - ||
178
+
| presets | The preset ranges for quick selection | { label: slot, value: [dayjs](https://day.js.org/)\[] }[]| - |4.0|
0 commit comments