Add Items to Repeater with a Modal
Hey,
I'm pretty sure it could work, but I don't get how. Basically I would like to add Items to a Repeater with a form in a Modal instead of an inline form.
The modal should ask for postcode and city. The Repeater should show a compound string ("$postcode $city").
I get a modal as input form, but the values are not shown in the repeater
`
Solution:Jump to solution
```
Repeater::make('locations')
->schema([
Placeholder::make('location')
->label('')...
2 Replies