diff --git a/react-redux-form.d.ts b/react-redux-form.d.ts index 7d156f638..294b453fd 100644 --- a/react-redux-form.d.ts +++ b/react-redux-form.d.ts @@ -408,7 +408,7 @@ interface BaseFormProps { /** * 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. */ - hideNativeErrors: boolean; + hideNativeErrors?: boolean; } export interface FormProps extends BaseFormProps { /**