Skip to content

Commit

Permalink
- Updated the Typescript type for the FormProps to add readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome committed Sep 23, 2021
1 parent 6d1594d commit 6d79170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ declare module '@rjsf/core' {
className?: string;
customFormats?: { [k: string]: string | RegExp | ((data: string) => boolean) };
disabled?: boolean;
readonly?: boolean;
enctype?: string;
extraErrors?: any;
ErrorList?: React.StatelessComponent<ErrorListProps>;
Expand Down

0 comments on commit 6d79170

Please sign in to comment.