Custom property in CreateRecord form
Hello everyone,
Currently, Filament doesn't provide built-in support for the belongsToMany relation in my specific case. Consequently, I've had to resort to using a custom property and managing the creation/editing process manually.
What's peculiar is that this approach works seamlessly in the EditRecord context, but encounters an issue in CreateRecord. Upon submitting the form during record creation, the console reports the following error:
Here's a snippet from my resource form code:
EditRecord code:
1 Reply
anyone