Passing properties to widgets with livewire v3 Locked attribute
we can pass data to widgets livewire public properties but can we make the attributes locked? to avoid changing property data from frontend
1 Reply
A widget is just a livewire component. I would expect it to honor the Locked attributes in livewire