select not getting live() input
I am trying to use reactive (live() inputs inside a wizard form and in it I have a repeater , for some reason I get null for
1 Reply
$get
is automatically scope to the current repeater item. Please see this section of the documentation on how to access parent field values : https://filamentphp.com/docs/3.x/forms/fields/repeater#using-get-to-access-parent-field-values