Matt
TextInpiut with morphMany relationship
I have a model Invitation with a company_id field. In the InvitationResource on the form method, I have a select input for company_id. I used the editOptionForm method on it. The Company model has a morphMany relationship to the Address model. The Address model has addressable_id, addressable_type, and type fields. How can I allow editing of the company address in the editOptionForm?
https://pastecode.io/s/nk4b1uue
2 replies
Refresh repeater items after save form
Hello,
I have been working with Repeater. In this component I have File and Checkbox field.
After save form everything is save in database but on front page I need refresh to see saved items.
What should I use to refresh repeater items after save form?
https://hastebin.skyra.pw/awuyegoced.rust
19 replies