modiparth333-jpg's avatar

Livewire properties are not reactive when set in a method and the view does not update.

0 likes
2 replies
valentin_vranic's avatar

Provide some code, or be more descriptive about your issue.

FYI: livewire properties are not reactive by default. You can set wire:model.live to make them interactive (go to backend and update the property value) when an input changes

Please or to participate in this conversation.