Skip to content

Commit

Permalink
update tooltip for validateWhenHidden
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Nov 20, 2024
1 parent bb3dc71 commit 280d8f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 280d8f5

Please sign in to comment.