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
This prevents saves
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
I’ll try it later!