diff --git a/packages/components/src/date-time/README.md b/packages/components/src/date-time/README.md index f0fa63c69b6ce4..530a67e0e8e576 100644 --- a/packages/components/src/date-time/README.md +++ b/packages/components/src/date-time/README.md @@ -52,8 +52,7 @@ The current date and time at initialization. Optionally pass in a `null` value t The function called when a new date or time has been selected. It is passed the `currentDate` as an argument. - Type: `Function` -- Required: No -- Default: `noop` +- Required: Yes ### is12Hour