Icon disappearing after action animation
Using the latest filament as of today and having an issue with a custom action button of mine. Note, i am not saying its because of the latest as its a new button. Anyway, my code is , but when i submit it, the animation runs and the action indeed works, but the icon never reappears until i refresh the page. No console errors either. Any suggestions?
7 Replies
looking at the html, I am seeing where the display:none is added, but its never removed after the animation is complete.
You can see it happening above (you cant see the file download popup here, but it does, so the action does indeed complete). There is wire:ignore on a parent div to solve some other issues with the js map on the page, but that didnt cause any problems with lw2 and its pretty much needed at this point. Doesnt appear to be causing problems for the rest of the actions there either. Any ideas are appreciated as i cant migrate our production app to lw3/filament v3 stable until I get this resolved.
Crazy shot in the dark, I wonder if it’s because your alpine method has the same name as your livewire method.
I tried that too, no difference unfortunately. Wish I was at least getting a console error to help me figure out what is wrong, but I am not.
hmm. Seems to be working ok for me.
how are you rendering it?