List
Field that can manage list of value
Schema
<fieldName in value>:type: checkbox_grouplabel: string? # fieldName to displaydefaultVal: any? # default valuehelperText: string? # text to help user to inputdisabled: boolean? # disable the input, default falseof?: string | Field<any> # subfield definition to be used for the listinlineDelete?: boolean # whether the delete button is inline with each subfielddeletable?: boolean # user can delete from the list, default trueeditable?: boolean # user can edit existing item in the list, default truecreatable?: boolean # user can add new item to the list, default truedefaultNewVal?: any # default value in new item inputplaceholder?: string # placeholder for new item input
Example - list of text
Live Demo
my field
{}