I use laravel-admintw v5.
When I enable the multiple option the search does not work, creating an empty tag for each letter typed.
If I replace the @entangle($attributes->wire('model')).live method from selected parameter, the search works, but it is not reactive.
In the screenshot you can see the 2 cases
selected: @entangle($attributes->wire('model')).live -->empty tags
selected: [] --> work but not reactive
