Skip to content

Commit 7cab121

Browse files
committed
docs: update content
1 parent 632fd05 commit 7cab121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/forms/multi-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Call the time picker via JavaScript:
261261
```js
262262
const mulitSelectElementList = Array.prototype.slice.call(document.querySelectorAll('.form-multi-select'))
263263
const mulitSelectList = mulitSelectElementList.map(mulitSelectEl => {
264-
return new coreui.DatePicker(mulitSelectEl, {
264+
return new coreui.MultiSelect(mulitSelectEl, {
265265
// options
266266
})
267267
})

0 commit comments

Comments
 (0)