- Issue created by @Antonnavi
- Merge request !49Library folder expected name was changed to fix Select2 library JS/CSS files including → (Open) created by Antonnavi
After clean installation 2.0.0 module version with composer require 'drupal/select2:^2.0'
command module does not work and generates error in browser console.
composer require 'drupal/select2:^2.0'
commandThe problem is that on module installation Select2 library was installed in folder with name jquery.select2 not select2 name which expects module in this line: https://git.drupalcode.org/project/select2/-/blob/2.x/select2.module?ref...
It breaks Select2 library JS/CSS files on page including.
I attached to this issue a patch which fixes this issue by renaming select2 library folder name to jquery.select2. After applying this patch module works correctly on my side.
Active
2.0
Field widgets