use correct options in createMultiSelect
This commit is contained in:
parent
09494074b8
commit
af901bafaa
@ -207,7 +207,7 @@ function createSingleSelect(element: HTMLInputElement, options: SingleSelectOpti
|
||||
}
|
||||
|
||||
function createMultiSelect(element: HTMLInputElement, options: SingleSelectOptions) {
|
||||
options = extend({}, DEFAULT_SINGLE_SELECT_OPTIONS, options);
|
||||
options = extend({}, DEFAULT_MULTI_SELECT_OPTIONS, options);
|
||||
fillBaseOptions(element, options);
|
||||
|
||||
const store = Store.getStore(element);
|
||||
|
2
dist/select25.js
vendored
2
dist/select25.js
vendored
File diff suppressed because one or more lines are too long
2
dist/select25.js.map
vendored
2
dist/select25.js.map
vendored
File diff suppressed because one or more lines are too long
@ -61,7 +61,7 @@
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged && npm run dist && git add ."
|
||||
"pre-commit": "lint-staged && npm run dist && git add dist"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
Loading…
Reference in New Issue
Block a user