diff --git a/src/Date/DatePickerInput.tsx b/src/Date/DatePickerInput.tsx index 2decd08f..7f641eb0 100644 --- a/src/Date/DatePickerInput.tsx +++ b/src/Date/DatePickerInput.tsx @@ -40,6 +40,7 @@ function DatePickerInput( size={rest.iconSize ?? 24} icon={calendarIcon} color={rest.iconColor ?? undefined} + forceTextInputFocus={false} disabled={rest.disabled} onPress={() => setVisible(true)} style={rest.iconStyle as StyleProp}