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 cebf3a6 commit 08522acCopy full SHA for 08522ac
src/Date/DatePickerInput.tsx
@@ -42,6 +42,7 @@ function DatePickerInput(
42
disabled={rest.disabled}
43
onPress={() => setVisible(true)}
44
style={rest.iconStyle as StyleProp<ViewStyle>}
45
+ testID={`${rest.testID || 'date-picker'}-icon-button`}
46
/>
47
) : null
48
}
0 commit comments