Skip to content

Commit

Permalink
Fix multiselect listitemicon
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Mar 25, 2021
1 parent ee18b20 commit 3c67067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Multiselect/Multiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export default {
### User layout
By specifying `:user-select="true"`, you can benefit from a fully formatted layout.
The singleLabel slot here is optional of course and here for demonstration purposes
The ListItemIcon title will be provided by the option key refering to the `label` prop.
Example here: `displayName`

> **Note:** Any extra binding from the object will be added as attribute (`$attrs`) on the ListItemIcon component used here

Expand Down

0 comments on commit 3c67067

Please sign in to comment.