Skip to content

Commit 59c2e81

Browse files
Update comments on limit prop
1 parent e7d134b commit 59c2e81

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)