Skip to content

Commit 8f80e46

Browse files
committed
chore: clean-up
1 parent 9174b89 commit 8f80e46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/src/multi-select.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const CLASS_NAME_LABEL = 'label'
7777
const Default = {
7878
cleaner: true,
7979
multiple: true,
80-
name: '',
8180
placeholder: 'Select...',
8281
options: false,
8382
optionsMaxHeight: 'auto',
@@ -93,7 +92,6 @@ const Default = {
9392
const DefaultType = {
9493
cleaner: 'boolean',
9594
multiple: 'boolean',
96-
name: 'string',
9795
placeholder: 'string',
9896
options: '(boolean|array)',
9997
optionsMaxHeight: '(number|string)',

0 commit comments

Comments
 (0)