with bootstrap theme turned on,

the form won't submit unless you select all the options on the right box. I wonder how to make this work. I understand it might be theming issue, and just wonder if anyone has the similar issue and actually solved it. thanks.

Comments

attheshow’s picture

Category: bug » support
windmaomao’s picture

here's the quick fix

$('.form-submit:not(.multiselect-processed)', context).addClass('multiselect-processed').click(function() {

change input.form-submit to .form-submit, since bootstrap use button instead of input.

JvE’s picture

Category: support » bug
Status: Active » Needs review
StatusFileSize
new663 bytes

Changing to bug report and attaching patch.

vincer’s picture

Issue summary: View changes

#2 Worked for me.

gauladell’s picture

#3 Worked for me too ! Thanks for the patch !

rcodina’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new629 bytes

Works for me too. I upload the same patch on #3 but done using git.

mparker17’s picture

Status: Reviewed & tested by the community » Postponed (maintainer needs more info)

multiselect-7.x-1.x is no longer supported, because Drupal 7 is no longer supported.

Can you confirm if this is still an issue in multiselect-2.0.0-beta4?

I'm going to mark this issue as "Postponed (maintainer needs more info)"... but when you answer, please change it back to "Active". If there is no reply in ~6 months, then I will mark this issue as "Closed (outdated)". Thank you in advance for your understanding and patience as I try to keep this module's issue queue clear.