You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the select2_from_array field in the allows_multiple mode, it closes with each selection of an item, and you have to open it again and make the next selection.
What I expected to happen
It should not be closed in allows_multiple mode by selecting any option until it is clicked outside
Is it a bug in the latest version of Backpack?
After I run composer update backpack/crud the bug... is it still there?
yes
Backpack, Laravel, PHP, DB version
When I run php artisan backpack:version the output is:
I've just added the option closeOnSelect to all out select2 fields that accept multiple selections. This will be the default behavior (not close select multiples by default), in my opinion that's what make more sense.
I've just released backpack/pro 2.2.12 with the changes, please allow sometime for our private repository to pick the changes and you can then do a composer update to get the updated version 👍
Let me know if you are still experiencing issues after the update.
Bug report
What happen
When using the select2_from_array field in the allows_multiple mode, it closes with each selection of an item, and you have to open it again and make the next selection.
What I expected to happen
It should not be closed in allows_multiple mode by selecting any option until it is clicked outside
Is it a bug in the latest version of Backpack?
After I run
composer update backpack/crud
the bug... is it still there?yes
Backpack, Laravel, PHP, DB version
When I run
php artisan backpack:version
the output is:The text was updated successfully, but these errors were encountered: