You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/meta/ComboboxRoot.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,13 @@
100
100
'type': 'boolean',
101
101
'required': false
102
102
},
103
+
{
104
+
'name': 'resetModelValueOnClear',
105
+
'description': '<p>When <code>true</code> the <code>modelValue</code> will be reset to <code>null</code> (or <code>[]</code> if <code>multiple</code>)</p>\n',
106
+
'type': 'boolean',
107
+
'required': false,
108
+
'default': 'false'
109
+
},
103
110
{
104
111
'name': 'resetSearchTermOnBlur',
105
112
'description': '<p>Whether to reset the searchTerm when the Combobox input blurred</p>\n',
0 commit comments