crankier
[Reapeater] Repeater question about one column getting data from the other one
You can use
afterStateUpdated()
and $set
to set the value of another field.
Assuming the select field contains the ID value of the user and the age field is called 'age' on the repeater:
You can read up more about form injection here https://filamentphp.com/docs/3.x/forms/advanced#form-component-utility-injection5 replies