Tables\Columns\TextInputColumn

How to prevent saving to database when using Tables\Columns\TextInputColumn? I would be very grateful if anyone could provide guidance.
2 Replies
Vp
Vp6mo ago
This prevents saves
->beforeStateUpdated(function ($state) {
throw ValidationException::withMessages([]);
})
->beforeStateUpdated(function ($state) {
throw ValidationException::withMessages([]);
})
Maybe you can also use Halt() instead of ValidationException (but not test, not sure) https://filamentphp.com/docs/3.x/forms/layout/wizard#preventing-the-next-step-from-being-loaded
MareGratia
MareGratiaOP6mo ago
I’ll try it later!
Want results from more Discord servers?
Add your server