Skip to content

Commit

Permalink
chore: docsgen
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed May 7, 2024
1 parent f6ab949 commit afa1361
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/content/meta/ComboboxRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
'type': 'boolean',
'required': false
},
{
'name': 'resetSearchTermOnBlur',
'description': '<p>Whether to reset the searchTerm when the Combobox input blurred</p>\n',
'type': 'boolean',
'required': false,
'default': 'true'
},
{
'name': 'searchTerm',
'description': '<p>The controlled search term of the Combobox. Can be binded-with with v-model:searchTerm.</p>\n',
Expand Down
3 changes: 1 addition & 2 deletions docs/content/meta/ToggleGroupRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
'name': 'type',
'description': '<p>Determines whether a &quot;single&quot; or &quot;multiple&quot; items can be pressed at a time.</p>\n<p>This prop will be ignored if any of <code>v-model</code> or <code>defaultValue</code> is an defined, as the type will be inferred from the value.</p>\n',
'type': '\'single\' | \'multiple\'',
'required': false,
'default': '\'single\''
'required': false
}
]" />

Expand Down

0 comments on commit afa1361

Please sign in to comment.