I was having problem. With the latest code. The multiselect worked. But it had a javascript error casuing CKeditor box to disapear. This was because of row 48 in multiselect.js:

if (Drupal.settings.multiselect.widths != '') {

widths has not been set. And there is no UI for setting this variable. But the following drush command solved my problem:

drush vset multiselect_widths 500

CommentFileSizeAuthor
#1 multiselect_not_defined.patch520 bytesbbytyqi
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bbytyqi’s picture

FileSize
520 bytes

I've been getting an error in the console that says "Uncaught TypeError: drupalSettings.multiselect is undefined". The patch attached works for me to resolve the error.

bobi-mel’s picture

Status: Active » Needs review

This bug was fixed in the 'Fix eslint in 2.x branch' issue by me to 2.x branch, line #31. Please check it

mparker17’s picture

Marking #3407697: Fix eslint in 2.x branch as a parent issue.