Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v3.2.129 breaks live TagsInput #15076

Closed
Jacobtims opened this issue Dec 12, 2024 · 4 comments
Closed

Update v3.2.129 breaks live TagsInput #15076

Jacobtims opened this issue Dec 12, 2024 · 4 comments
Labels
Milestone

Comments

@Jacobtims
Copy link

Jacobtims commented Dec 12, 2024

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:
image

Expected behavior

The selected tags should appear here:
image

Steps to reproduce

  1. Create a form
  2. Add a field with ->live()
  3. Add a TagsInput field
  4. Interact with the live field
  5. 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)

https://github.com/Jacobtims/filament-issue-live-tagsinput

Relevant log output

No response

Donate 💰 to fund this issue

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar
@kay0ramon
Copy link

I'm having the same problem.

@danharrin
Copy link
Member

I can't imagine how .stop would cause that, have you tried removing that bit in /vendor? Does that really fix the problem?

@danharrin danharrin added this to the v3 milestone Dec 14, 2024
@Jacobtims
Copy link
Author

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.

@danharrin
Copy link
Member

I am reverting #15062. Livewire will stay locked until a solution is found. I do not have any more time to dedicate to this. Sorry.

@github-project-automation github-project-automation bot moved this from Todo to Done in Roadmap Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

4 participants
@kay0ramon @danharrin @Jacobtims and others