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 cf50c37 commit ab9d0d0Copy full SHA for ab9d0d0
src/Date/DatePickerInputWithoutModal.tsx
@@ -95,7 +95,6 @@ function DatePickerInputWithoutModal(
95
error={(!!error && !hideValidationErrors) || !!hasError}
96
style={[styles.input, style]}
97
/>
98
- {/* {inputButtons} */}
99
</View>
100
{error && !hideValidationErrors ? (
101
<HelperText type="error" visible={!!error}>
0 commit comments