Skip to content

Commit 36f0ce4

Browse files
committed
Update QSelect
1 parent a3fdc83 commit 36f0ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/components/select.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Supports `v-model` which should be the String for single selection and Array for
131131
| `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`. |
132132
| `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. |
133133
| `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. |
134135

135136
Common input frame properties:
136137

0 commit comments

Comments
 (0)