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: source/components/select.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ Supports `v-model` which should be the String for single selection and Array for
131
131
|`clearable`| Boolean | If used, the component offers the user an actionable icon to reset the current value to `clear-value` (which is by default `null` for single selection and `[]` for multiple selection). The icon appears only when the current value matches `clear-value`. |
132
132
|`clear-value`| String | The value to which to reset the field model to when using `clearable`. The default value is `null` for single selection and `[]` for a multiple selection. |
133
133
|`no-icon`| Boolean | Use no icon on left side |
134
+
|`popup-max-height`| String | (v0.17.13+) Maximum height of popup described in CSS units. |
0 commit comments