Change custom widget's input value on load in laravel filament

I want to update these when the page loads, the value doesn't matter, what matters is that I want an onLoad function that yields a result
No description
2 Replies
albertosemesale
albertosemesale4mo ago
bump
awcodes
awcodes4mo ago
You can certain use the Livewire global in a JS file, but I don’t understand the use case when you can just set them in the mount method with an initial value.