Multiselect is not working for Bootstrap V5 #1202
Replies: 5 comments 4 replies
-
As-is, no. Bootstrap 5 changes the triggering attributes ( |
Beta Was this translation helpful? Give feedback.
-
@harishkoninti, what I did on my side: in bootstrap-multiselect.js line 407: change buttonClass: 'custom-select', into: buttonClass: 'form-select', and it seems working fine with bootstrap 5.0.2 |
Beta Was this translation helpful? Give feedback.
-
line 521 + 522: change 'left' into: 'start' |
Beta Was this translation helpful? Give feedback.
-
Unfortunately in 5.1.3 these didn't help. |
Beta Was this translation helpful? Give feedback.
-
This is a working compiled version. Need to do a proper fork and probably will end up maintaining our own copy: https://github.com/SuffolkLITLab/docassemble-ALToolbox/blob/main/docassemble/ALToolbox/data/static/bootstrap-multiselect.js |
Beta Was this translation helpful? Give feedback.
-
I am using Bootstrap 5 and I want to use Bootstrap-multi select but it is not working. will it work with Bootstrap 5, is that Possible?
Beta Was this translation helpful? Give feedback.
All reactions