Skip to content

Commit

Permalink
Update DatePickerInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Balhut authored Jun 20, 2024
1 parent 06f9a6f commit 064d358
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 064d358

Please sign in to comment.