diff --git a/src/components/dateTimePicker/index.tsx b/src/components/dateTimePicker/index.tsx index 853a206678..8c4b7b29e0 100644 --- a/src/components/dateTimePicker/index.tsx +++ b/src/components/dateTimePicker/index.tsx @@ -137,7 +137,7 @@ function DateTimePicker(props: DateTimePickerPropsInternal) { // @ts-expect-error useCustomTheme, testID, - migrateTextField, + migrateTextField = true, ...others } = props;