FilamentFormRepeater::make()->schema([
   Select::make('product_id')->live()
    FilamentTableRepeater::make()->schema([
           Select::make('task_id')->options([....])
    ])
])

Now I want to change the select element options of 'task_id' when a select option is changed in 'product_id' FilamentFormRepeater.

0

There are 0 best solutions below