- Issue created by @mike.vindicate
- ๐ณ๐ฑNetherlands mike.vindicate
Attached a patch that applies the same fix as webform does.
- ๐ง๐ชBelgium michel.g
michel.g โ made their first commit to this issueโs fork.
- First commit to issue fork.
- @shivam_tiwari opened merge request.
- Status changed to RTBC
about 1 month ago 7:13am 15 May 2025 - ๐จ๐ญSwitzerland berdir Switzerland
Per https://www.drupal.org/project/select2/releases/2.0.0 โ , you need to use the development version of select2 which is compatible.
On Drupal 11, I still see the same issue with Development version of select2 but patch works great, Thanks
ignore the above comment, development version works but also need to upgrade the npm-assest
composer require npm-asset/select2:4.1.0-rc.0- ๐บ๐ธUnited States torfj Seattle, WA
Upgrading to npm-asset/select2:4.1.0-rc.0 also fixed it for me. Thank you @sridhar52 !