The select field outside of the repeater works nicely; it is disabled when fournisseur_id is empty and enabled when it has a value. However, the select field inside the repeater is always disabled, even when I try to make it change the options based on the value of fournisseur_id. The one outside of the repeater works, but the one inside does not.
Package Form builder Package Version v3.0.0 How can we help you? I am working on a project using Filament PHP and I have this layout: Select::make('fournisseur_id') ->label('Fourniss...