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 db065a6 commit 85e2362Copy full SHA for 85e2362
src/Date/DatePickerInputWithoutModal.tsx
@@ -73,7 +73,7 @@ function DatePickerInputWithoutModal(
73
withDateFormatInLabel,
74
})}
75
value={formattedValue}
76
- keyboardType={'number-pad'}
+ keyboardType={rest.keyboardType ?? 'number-pad'}
77
mask={inputFormat}
78
onChangeText={onDateInputChangeText}
79
onChange={(e) => onChangeText && onChangeText(e.nativeEvent.text)}
0 commit comments