DateTimeWidget
Sourceimport { DateTimeWidget } from "@prestojs/ui-antd";
See DatePicker for props available
Component Props:
Prop | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
* | props.input | DatePickerProps | |
props.meta | Record | Any extra details such as field errors, touched status etc. The values here depend on the form library in use. If using @prestojs/final-form see FieldRenderProps for what this will be. |