Topic: in the current update, "Multiple select" does not work correct
Vasilev pro asked 7 years ago
when i'm checking anything it does not work correct.
link is:
https://mdbootstrap.com/javascript/material-select/#multiple
Add comment
Mikołaj Smoleński staff answered 7 years ago
The correct solution is to change in mdb.js code line number 19135
from
selected = toggleEntryFromArray(valuesSelected, $(this).index() – 1, $select)
to
selected = toggleEntryFromArray(valuesSelected, $(this).index(), $select);
We'll fix it in the next release.
Regards
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags