Add action modal error manually
Hello,
I have this action:
What I would like to do is add an error to the
upload
field within this action.
I have tried adding one using $livewire->addError('upload', 'foo')
with various paths: import_trials.upload
, import_trials.0.upload
, import_trails.data.upload
.
Any ideas?
For some extra context I am using https://filamentphp.com/plugins/eightynine-excel-import.0 Replies