We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9174b89 commit 8f80e46Copy full SHA for 8f80e46
js/src/multi-select.js
@@ -77,7 +77,6 @@ const CLASS_NAME_LABEL = 'label'
77
const Default = {
78
cleaner: true,
79
multiple: true,
80
- name: '',
81
placeholder: 'Select...',
82
options: false,
83
optionsMaxHeight: 'auto',
@@ -93,7 +92,6 @@ const Default = {
93
92
const DefaultType = {
94
cleaner: 'boolean',
95
multiple: 'boolean',
96
- name: 'string',
97
placeholder: 'string',
98
options: '(boolean|array)',
99
optionsMaxHeight: '(number|string)',
0 commit comments