Documentation / @zerotal/admin / index / repeater
Function: repeater()
repeater(
key):Field
Defined in: admin/src/form/Field.ts:849
Repeater → array of objects sharing one sub-schema. Add/remove/reorder rows; each row's fields bind through a flat draft:
repeater("contacts").schema([ textInput("name").required(), textInput("email").email(), ]).minItems(1).addActionLabel("Add contact")
Parameters
key
string