Repeater: Choose Tournament Winners

Filament 3
Also available in Filament 4/5 version

Filament Repeater field with positions: pick the top 3 tournament winners, auto-disabling that winner in other dropdowns.

4-repeater-tournament-winners

Get the Source Code:

Only This Example

$9

One-time payment

Full source code for Repeater: Choose Tournament Winners
Downloadable ZIP file with the source code
Lifetime access to this example
GitHub Sign in with GitHub to buy

Sign in first, then complete your $9 checkout.

Best value — all 169 examples

FilamentExamples Membership

$99 /year
or
$199 lifetime
Access to code of all 169 examples
Future new examples and updates included
FilaCheck Pro package licence included
MCP server included
View membership plans

30-day money-back guarantee

How it works

The whole logic of this live-updated form is in the Filament Resource file, in its form() method.

  • We're using Repeater::make() with ->defaultItems(3)->addable(false)->deletable(false) to have strictly 3 items.
  • We load the options for the Repeater Select from the Relationship of Tournament model from method country()
  • In the Select, we use...
The FULL tutorial is available after the purchase: in the Readme file of the official repository you would get invited to.