Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/components/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Supports `v-model` which should be the String for single selection and Array for
| `chips-color` | String | Override default children chips text color. |
| `chips-bg-color` | String | Override default children chips background color. |
| `readonly` | Boolean | If set to `true`, select is readonly and the user cannot change model. |
| `filter` | Boolean/Function(terms,obj) | If set to `true` or supplying a filter function, the selections will offer an input to filter the selection options. |
| `filter` | Boolean /<br>Function(terms, obj) | If set to `true` or supplying a filter function, the selections will offer an input to filter the selection options. |
| `autofocus-filter` | Boolean | Auto-focus on the filter input field (if available) when opening selection. |
| `filter-placeholder` | String | A text to show in the filter input field. Default is "Filter". |
| `separator` | Boolean | If set to `true`, the selection options will be separated by a line. |
Expand Down