There is a javascript error because the drupal settings have not been added correctly.
TypeError: drupalSettings.multiselect is undefined, can't access property "widths" of it

Comments

jagermonster created an issue. See original summary.

jagermonster’s picture

StatusFileSize
new733 bytes

Here is a patch to set the drupalSettings.multiselect as drupal settings

nikolas.costa’s picture

Thanks Jagermonster, the patch works, I also upload mine, where I change only the description of the hook used.

slashrsm’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm that the patch fixes the problem.

mandclu’s picture

Version: 8.x-1.x-dev » 2.x-dev

Thanks for the patch, and the feedback. Merged into a new 2.x branch, hope to have a new release there quickly.

mandclu’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

agudivad’s picture

Rewrote patch for latest 1.x version.

vuil’s picture

#9 works for our 1.1 version.