diff --git a/src/components/Form/FormProvider.tsx b/src/components/Form/FormProvider.tsx index 08e450ef54d9..48fea78da0dc 100644 --- a/src/components/Form/FormProvider.tsx +++ b/src/components/Form/FormProvider.tsx @@ -217,7 +217,7 @@ function FormProvider( }, [enabledWhenOffline, formState?.isLoading, inputValues, network?.isOffline, onSubmit, onValidate, shouldTrimValues]); // Keep track of the focus state of the current screen. - // This is used to prevent validating the form on blur in case the screen is not focused. + // This is used to prevent validating the form on blur before it has been interacted with. const isFocusedRef = useRef(true); useFocusEffect(