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
Pull request #15046 breaks the TagsInput field when I use another live (->live()) field in my form.
When I interact with the live field and then select a tag in the TagsInput field it doesn't show the selected tags.
Selected tags should appear here:
Expected behavior
The selected tags should appear here:
Steps to reproduce
Create a form
Add a field with ->live()
Add a TagsInput field
Interact with the live field
Try to select a tag
Check the UserResource in the reproduction repository for an example.
Reproduction repository (issue will be closed if this is not valid)
I can't imagine how .stop would cause that, have you tried removing that bit in /vendor? Does that really fix the problem?
Just tested it and it has indeed nothing to do with the .stop.
When I lock Livewire to version "3.5.12" everything works fine with Filament "v3.2.130" version. So, there is still an issue with the latest Livewire version.
Package
filament/filament
Package Version
v3.2.130
Laravel Version
11.35.0
Livewire Version
3.5.12
PHP Version
8.2.26
Problem description
Pull request #15046 breaks the
TagsInput
field when I use another live (->live()
) field in my form.When I interact with the live field and then select a tag in the TagsInput field it doesn't show the selected tags.
Selected tags should appear here:
Expected behavior
The selected tags should appear here:
Steps to reproduce
->live()
TagsInput
fieldCheck the
UserResource
in the reproduction repository for an example.Reproduction repository (issue will be closed if this is not valid)
https://github.com/Jacobtims/filament-issue-live-tagsinput
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: