Skip to content

Commit 674f412

Browse files
Merge pull request #396 from Balhut/master
Fix keyboard flash issue with TextInput.Icon and DatePicker modal
2 parents 06f9a6f + 064d358 commit 674f412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Date/DatePickerInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function DatePickerInput(
4040
size={rest.iconSize ?? 24}
4141
icon={calendarIcon}
4242
color={rest.iconColor ?? undefined}
43+
forceTextInputFocus={false}
4344
disabled={rest.disabled}
4445
onPress={() => setVisible(true)}
4546
style={rest.iconStyle as StyleProp<ViewStyle>}

0 commit comments

Comments
 (0)