Skip to content

Commit

Permalink
fix(QRadio): JSON > "model-value" & "val" types
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 3, 2024
1 parent 8fd4aa2 commit 66a9c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/radio/QRadio.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"props": {
"model-value": {
"extends": "model-value",
"type": [ "Number", "String", "null", "undefined" ],
"type": [ "Any" ],
"examples": [ "# v-model=\"option\"" ]
},

"val": {
"type": [ "Number", "String", "null", "undefined" ],
"type": [ "Any" ],
"required": true,
"desc": "The actual value of the option with which model value is changed",
"examples": [ "'opt1'", "50" ],
Expand Down

0 comments on commit 66a9c75

Please sign in to comment.