Skip to content

Commit 5e98c2a

Browse files
committed
Explicitly set shouldValidateOnBlur to false since default is true
1 parent fdd743e commit 5e98c2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/settings/ExitSurvey/DynamicExitSurveyReasonPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function DynamicExitSurveyReasonPage() {
110110
onSubmit={submitForm}
111111
submitButtonText=""
112112
isSubmitButtonVisible={false}
113+
shouldValidateOnBlur={false}
113114
validate={(values: FormOnyxValues<typeof ONYXKEYS.FORMS.EXIT_SURVEY_RESPONSE_FORM>) => {
114115
const errors: Errors = {};
115116
const response = values[INPUT_IDS.RESPONSE] ?? '';

0 commit comments

Comments
 (0)