Frontend calc in a Filament Resource form - no blade
I'm building a Filament Resource form (so no Blade file), and I need to do a frontend calcs.
I don't wanna rely on live() or any backend roundtrip.
Since it's all inside a Resource, is there a clean way to inject JS (Alpine or raw) directly to watch those fields and update the fields?
0 Replies