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 429aef1 commit 14bf8d6Copy full SHA for 14bf8d6
packages/components/src/calendar/types.ts
@@ -157,7 +157,8 @@ export type OnSelectHandler< T > = (
157
e: React.MouseEvent | React.KeyboardEvent
158
) => void;
159
160
-export interface BaseProps extends Omit< React.HTMLAttributes< HTMLDivElement >, 'onSelect' > {
+export interface BaseProps
161
+ extends Omit< React.HTMLAttributes< HTMLDivElement >, 'onSelect' | 'defaultValue' > {
162
/**
163
* Whether the selection is required.
164
* When `true`, there always needs to be a date selected.
0 commit comments