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 632fd05 commit 7cab121Copy full SHA for 7cab121
docs/content/forms/multi-select.md
@@ -261,7 +261,7 @@ Call the time picker via JavaScript:
261
```js
262
const mulitSelectElementList = Array.prototype.slice.call(document.querySelectorAll('.form-multi-select'))
263
const mulitSelectList = mulitSelectElementList.map(mulitSelectEl => {
264
- return new coreui.DatePicker(mulitSelectEl, {
+ return new coreui.MultiSelect(mulitSelectEl, {
265
// options
266
})
267
0 commit comments