SQLSTATE[HY000]: General error: 1364 Field 'slug' doesn't have a default value
I tried to create a new tag in Filament, this is my Filament tag form:
I got the error:
SQLSTATE[HY000]: General error: 1364 Field 'slug' doesn't have a default value
anyone knows why the callback isn't being triggered or the generated slug is not being saved?
1 Reply
Hidden fields don't send data. Use the
mutateDataBeforeCreate
hook.