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 e8c0995 commit f84b090Copy full SHA for f84b090
1 file changed
src/DatePicker.tsx
@@ -97,7 +97,7 @@ export type DatePickerProps = {
97
yearAriaLabel?: string;
98
yearPlaceholder?: string;
99
} & CalendarProps &
100
- EventProps;
+ Omit<EventProps, 'onChange' | 'onFocus'>;
101
102
export default function DatePicker(props: DatePickerProps) {
103
const {
0 commit comments