type

TextListField

A configurable list of strings.

How it works

Create it with field.TextList(name). Setters return a new definition, leaving the original unchanged.

List-length limits use MinRows and MaxRows. Text-length limits apply to each string.

Callbacks operate on the whole []string list. Items have no child field definitions or saved row keys.

Full signature

Methods

Related guides