Error in Multi Select Docs
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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