coreui / coreui/coreui-pro

Error in Multi Select Docs

Open
#539 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
19
Forks
18
Avg merge
1h 6m
Merged PRs (30d)
549

Description

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 }) })

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the Multi Select documentation page linked in the issue and inspect the example containing the DatePicker constructor. Compare the snippet with the Multi Select component API and correct the example if needed; done means the documented example uses the intended component and works as shown.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.