We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f9a6f commit 064d358Copy full SHA for 064d358
src/Date/DatePickerInput.tsx
@@ -40,6 +40,7 @@ function DatePickerInput(
40
size={rest.iconSize ?? 24}
41
icon={calendarIcon}
42
color={rest.iconColor ?? undefined}
43
+ forceTextInputFocus={false}
44
disabled={rest.disabled}
45
onPress={() => setVisible(true)}
46
style={rest.iconStyle as StyleProp<ViewStyle>}
0 commit comments