Skip to content

Commit b023cab

Browse files
committed
Fix overlapping attributes.
1 parent 4876d0e commit b023cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Date/DatePickerInput.shared.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ export type DatePickerInputProps = {
2323
inputEnabled?: boolean
2424
} & Omit<
2525
React.ComponentProps<typeof TextInput>,
26-
'value' | 'onChange' | 'onChangeText'
26+
'value' | 'onChange' | 'onChangeText' | 'inputMode'
2727
>

0 commit comments

Comments
 (0)