Reforml
GitHub

Object

A field that can edit a set of sub-field

Schema

<fieldName in value>:
type: object
label: string? # fieldName to display
defaultVal: any? # default value
helperText: string? # text to help user to input
disabled: boolean? # disable the input, default false
fields: Fields

Example

Live Demo
my field
help
value:
{}
Previous:
list
Next:
Custom Fields