Skip to content

Error in Multi Select Docs #539

Open
@toomanylogins

Description

@toomanylogins

There is an error in the docs

https://coreui.io/bootstrap/docs/forms/multi-select/

Should this be a datepicker ?

const mulitSelectElementList = Array.prototype.slice.call(document.querySelectorAll('.form-multi-select')) const mulitSelectList = mulitSelectElementList.map(mulitSelectEl => { return new coreui.DatePicker(mulitSelectEl, { // options }) })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions