F
Filament16mo ago
canowar

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
No description
1 Reply
awcodes
awcodes16mo ago
A widget is just a livewire component. I would expect it to honor the Locked attributes in livewire

Did you find this page helpful?