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/src/COMPONENT_API.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1971,6 +1971,18 @@
1971
1971
"constant": false,
1972
1972
"reactive": true
1973
1973
},
1974
+
{
1975
+
"name": "allowCustomValue",
1976
+
"kind": "let",
1977
+
"description": "Set to `true` to allow custom values that are not in the items list.\nBy default, user-entered text is cleared when the combobox loses focus without selecting an item.\nWhen enabled, custom text is preserved.",
Set `allowCustomValue` to `true` to let users enter custom text that isn't in the predefined list. By default, user-entered text is cleared when the combobox loses focus without selecting an item. When `allowCustomValue` is enabled, custom text is preserved.
0 commit comments