You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should let you add any field an unlimited amount of times and remove previous values.
API:
Repeater::make('column')
->field(SomeField::class)
->storeValueUsing(function (Repeater$field, SomeField[] $fields) {
// access the fields as an array// return what should be stored in the column
})
This could also make multi image/file uploads much less of a pain!
The text was updated successfully, but these errors were encountered:
A good part of this feature could be specifying how each field is affected when by the presence of other fields, e.g. a repeated select could remove the already selected option from the other selects
Should let you add any field an unlimited amount of times and remove previous values.
API:
This could also make multi image/file uploads much less of a pain!
The text was updated successfully, but these errors were encountered: