I’ve recreated the data table from the Surge screencasts and have an edit modal with about 7 form fields. It seems that as I’m typing in any field, the table is refreshing in the background after every character sometimes.
If I add .defer to the wire:model for the field this behavior stops. My question is: Do I have to add wire:model.defer to each field individually or is there a better way to do this.
Thanks!