add hideLabel to ComboBox

This commit is contained in:
Nick Wing 2025-04-18 09:14:35 -05:00
commit 67bfd802a4
4 changed files with 23 additions and 1 deletions

View file

@ -1851,6 +1851,18 @@
"constant": false,
"reactive": false
},
{
"name": "hideLabel",
"kind": "let",
"description": "Set to `true` to visually hide the label text",
"type": "boolean",
"value": "false",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "placeholder",
"kind": "let",