Skip to content

Commit

Permalink
fix(useValidate): JSON > lazy-rules default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 51e0dff commit 9fba1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/composables/private.use-validate/use-validate.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"lazy-rules": {
"type": [ "Boolean", "String" ],
"desc": "If set to boolean true then it checks validation status against the 'rules' only after field loses focus for first time; If set to 'ondemand' then it will trigger only when component's validate() method is manually called or when the wrapper QForm submits itself",
"default": "false",
"values": [ "true", "false", "'ondemand'" ],
"category": "behavior"
}
Expand Down

0 comments on commit 9fba1be

Please sign in to comment.