- Issue created by @asila96
This patch gets rid of the error. More testing will be needed to see if anything else breaks.
I upgraded my site to PHP 8.1 while running Drupal 9 and Improved Multi-Select 8.x-1.8 and got the following error message:
"Deprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in improved_multi_select_page_attachments() (line 17 of modules/composer/improved_multi_select/improved_multi_select.module)."
Working on a fix and will upload a patch shortly.
Active
1.8
Code
This patch gets rid of the error. More testing will be needed to see if anything else breaks.