Filament Repeater field with positions: pick the top 3 tournament winners, auto-disabling that winner in other dropdowns.
One-time payment
Sign in with GitHub to buy
Sign in first, then complete your $9 checkout.
30-day money-back guarantee
The whole logic of this live-updated form is in the Filament Resource file, in its form() method.
Repeater::make() with ->defaultItems(3)->addable(false)->deletable(false) to have strictly 3 items.Tournament model from method country()