Skip to content

Commit

Permalink
fix(datepicker): Add isInvalid prop to DatepickerProps
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopolea committed Jan 8, 2024
1 parent 4b07e99 commit 7b41b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/DateInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface DatepickerProps {
id: string;
name?: string;
value?: string;
isInvalid?: boolean;
minDate?: Date;
maxDate?: Date;
onOpen?: () => void;
Expand Down

0 comments on commit 7b41b13

Please sign in to comment.