From 5c37606791e523c641dca72507c44ca148ed984b Mon Sep 17 00:00:00 2001 From: Ethan Sharabi <1780255+ethanshar@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:53:15 +0200 Subject: [PATCH] V7_DateTimePicker --- src/components/dateTimePicker/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;