Skip to content

Commit

Permalink
fix(QPopupEdit): JSON > "validate" default value & examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent f31d610 commit d72d95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/components/popup-edit/QPopupEdit.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"type": "Boolean",
"desc": "Is the model valid or not?"
},
"examples": [ "# :validate=\"myValidation\"" ],
"default": "() => true",
"examples": [ "value => value !== 0" ],
"category": "model"
},

Expand Down

0 comments on commit d72d95f

Please sign in to comment.