-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in Multi Select Docs #539
Comments
Thanks. I fixed it https://coreui.io/bootstrap/docs/forms/multi-select/ |
No thank you for a brilliant template. |
You can try something like this
|
Thanks for reply. Gave up with attributes now trying json. Is it possible to update after type in search via $.ajax call? Trying to understand I would like to keep the dropdown on show as user typing. The issue is I have a very long list. If not possible I will add a separate search box. |
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 }) })
The text was updated successfully, but these errors were encountered: