Skip to content

Commit 843b772

Browse files
authored
Merge pull request #1813 from SpareBank1/develop_daterpicker-ref-fix
fix(ffe-datepicker-react): add innerRef to Datepicker Props
2 parents 03394e2 + a510312 commit 843b772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ffe-datepicker-react/src/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export interface DatepickerProps {
2626
value: string;
2727
keepDisplayStateOnError?: boolean;
2828
fullWidth?: boolean;
29+
innerRef?: React.Ref<HTMLInputElement>;
2930
}
3031

3132
declare class Datepicker extends React.Component<DatepickerProps, any> {}

0 commit comments

Comments
 (0)