Skip to content

Commit

Permalink
Merge pull request #396 from Balhut/master
Browse files Browse the repository at this point in the history
Fix keyboard flash issue with TextInput.Icon and DatePicker modal
  • Loading branch information
RichardLindhout authored Jun 27, 2024
2 parents 06f9a6f + 064d358 commit 674f412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Date/DatePickerInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<ViewStyle>}
Expand Down

0 comments on commit 674f412

Please sign in to comment.