All fields are null :(
Hello! When creating or updating record all fields are null but they are filled. Filament v2, in all resources. what can I do?
6 Replies
You probably haven't set fillable fields in your model?
$data is empty in handleRecordUpdate, and in browser console params array is empty
I've installed a fresh version of filament2 and laravel10 for test, php8.2-fpm+nginx
in v3 everything works fine...🫣
? The screenshot you shown here is for notifications
thanks, problem was in empty
Placeholder::make('')
replaced it and everything works... but in v3 empty placeholder worked too...Yes you should give a name to your placeholder
You can use
->hiddenLabel()
if u want to hide the placeholder label