Skip to content

Commit

Permalink
fix(QSelect): JSON -> missing props for "option" & "selected-item" sl…
Browse files Browse the repository at this point in the history
…ots #17619
  • Loading branch information
rstoenescu committed Nov 6, 2024
1 parent 3541ba6 commit c8b56f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ui/src/components/select/QSelect.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@
"type": "Boolean",
"desc": "Always true -- passed down as prop to QItem (when using QItem)"
},
"html": {
"type": "Boolean",
"desc": "Is the content HTML?"
},
"removeAtIndex": {
"type": "Function",
"desc": "Remove selected option located at specific index",
Expand Down Expand Up @@ -458,6 +462,14 @@
"type": "Any",
"desc": "Option -- its value is taken from 'options' prop"
},
"html": {
"type": "Boolean",
"desc": "Is the content HTML?"
},
"label": {
"type": "String",
"desc": "Label of the option"
},
"selected": {
"type": "Boolean",
"desc": "Is option selected?"
Expand Down

0 comments on commit c8b56f6

Please sign in to comment.