Laravel Filament FileUpload not working with filled()
I use Laravel Filament in my project. When I create an input as follows: TextInput::make("title")->filled() This shows a notification when I try to submit with an empty title field. But same filled() function doesn't work with FileUpload. When I submit…