Skip to content

Commit af2ee39

Browse files
Merge pull request #4905 from yuki0410-dev/bugfix/4899
Fix: DatePickerProps
2 parents 114f06a + 2d33634 commit af2ee39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ export type DatePickerProps = Omit<
186186
placeholderText?: string;
187187
autoComplete?: string;
188188
title?: string;
189-
required?: string;
190-
tabIndex?: string;
189+
required?: boolean;
190+
tabIndex?: number;
191191
ariaDescribedBy?: string;
192192
ariaInvalid?: string;
193193
ariaLabelledBy?: string;

0 commit comments

Comments
 (0)