Skip to content

Commit 786a4be

Browse files
author
Damian Dulisz
authored
Merge pull request shentao#452 from guibarscevicius/2.0
Update comments on limit prop
2 parents dadf962 + 59c2e81 commit 786a4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Multiselect.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
},
164164
/**
165165
* Limit the display of selected options. The rest will be hidden within the limitText string.
166-
* @default 'label'
167-
* @type {String}
166+
* @default 99999
167+
* @type {Integer}
168168
*/
169169
limit: {
170170
type: Number,

0 commit comments

Comments
 (0)