igor1523's avatar

Keep bootstrap collapse collapse but render again the properties inside it

Hello! I have a collapse div that has inside some properties. I have a button that change that properties, but, when I click it, they change but the collapse closes with the render().

If I use wire:ignore or wire:ignore.self it will not close, but the properties values will not be updated.

How to keep the collapse collapsed but render again the properties values?

Thanks!

0 likes
2 replies
vincent15000's avatar

By using wire:ignore or wire:ignore.self, but at the right place in the code. And as we can't see your code ...

igor1523's avatar

I fixed by adding the wire:ignore.self in the right place. Thanks, Vincent.

Please or to participate in this conversation.