🔁
Repeater

you can use
Repeater::class
to build a repeater input like thisRepeater::make('name');
this class works with tomato
x-tomato-repeater
it has some more methods for setting options
->options(array) // it must has row like Text::make(), Select::make()

you can convert it to only 1 item by change
->type('schema')
Last modified 7mo ago