Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kowczarz committed Jan 12, 2024
1 parent 4e3c050 commit 389e04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/FormProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const propTypes = {
/** Should validate function be called when the value of the input is changed */
shouldValidateOnChange: PropTypes.bool,

/** Should fix the errors alert be displayed when there is an error in the form */
shouldHideFixErrorsAlert: PropTypes.bool,
};

Expand Down

0 comments on commit 389e04a

Please sign in to comment.