Need Form Field like Select without column on database . how can do ?
I need Select Form Field for trigger some conditions like show another fields or set default value for some another.
I create this :
but problem when creating or editing has an error :
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'templates' in 'field list'
how can add form field to form without saving on databaseSolution:Jump to solution
add
->dehydrated(false)
on the field.
https://filamentphp.com/docs/3.x/forms/advanced#preventing-a-field-from-being-dehydrated...1 Reply
Solution
add
->dehydrated(false)
on the field.
https://filamentphp.com/docs/3.x/forms/advanced#preventing-a-field-from-being-dehydrated