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: packages/api-generator/src/locale/en/VCombobox.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
"slots": {
11
11
"item": "Define a custom item appearance. The root element of this slot must be a **v-list-item** with `v-bind=\"props\"` applied. `props` includes everything required for the default select list behaviour - including title, value, click handlers, virtual scrolling, and anything else that has been added with `item-props`."
12
12
},
13
+
"events": {
14
+
"item:created": "Emitted when a value is committed that does not match any existing item (free-text create). Also emits **item:added**."
15
+
},
13
16
"exposed": {
14
17
"selectionIndex": "The index of the currently selected item."
0 commit comments