From 280d8f596b9161ca1c63baa104a8e1851f2de689 Mon Sep 17 00:00:00 2001 From: brendanjbond Date: Wed, 20 Nov 2024 08:29:33 -0600 Subject: [PATCH] update tooltip for validateWhenHidden --- .../_classes/component/editForm/Component.edit.validation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/_classes/component/editForm/Component.edit.validation.js b/src/components/_classes/component/editForm/Component.edit.validation.js index 2dfebb8bf1..369f02ffd8 100644 --- a/src/components/_classes/component/editForm/Component.edit.validation.js +++ b/src/components/_classes/component/editForm/Component.edit.validation.js @@ -23,7 +23,7 @@ export default [ weight: 100, type: 'checkbox', label: 'Validate When Hidden', - tooltip: 'Validates the component when it is hidden/conditionally hidden. Vaildation errors are displayed in the error alert on the form submission.', + tooltip: 'Validates the component when it is hidden/conditionally hidden. Vaildation errors are displayed in the error alert on the form submission. Use caution when enabling this setting, as it can cause a hidden component to be invalid with no way for the form user to correct it.', key: 'validateWhenHidden', input: true },