How do I disable the Auto-saving of Form field relationships?
I currently have a form similar to the following:
The entire form has around 8 fields that all have a relationship. The only issue is that it is absolutely necessary that I use the
handleRecordUpdate()
method to further handle the data and record being saved. I honestly think that it should be mentioned in the documentation that Filament will automatically save the data before you can handle it any further within the handleRecordUpdate()
method since this may cause Users confusion.
But anyways, is there a way to disable the auto saving of relationships for the entire form?
I am aware that I could do this for each field:
But I find this a little exhaustive.2 Replies
@Andrew Wallo do you solve it?
Nope. I just had to keep using “saveRelationshipsUsing()”