Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit e19eec7

Browse files
authored
Merge pull request #1102 from antonvasin/patch-3
Make hideNativeErrors optional
2 parents a5496d2 + ab4cbe6 commit e19eec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-redux-form.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ interface BaseFormProps {
408408
/**
409409
* Indicates whether native HTML5 constraint validation error messages should be shown. This does not preclude the form from failing to submit if native validation fails.
410410
*/
411-
hideNativeErrors: boolean;
411+
hideNativeErrors?: boolean;
412412
}
413413
export interface FormProps extends BaseFormProps {
414414
/**

0 commit comments

Comments
 (0)