Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.09 KB

File metadata and controls

17 lines (13 loc) · 1.09 KB

Form Elements

WIP

Short Text

Key Type Required Default Value Note
id string yes ID of the filed, can be any string
label string yes " "
placeholder string yes " "
type string yes text for short-text field, you need to set this to text
errors json yes {}
validators json yes {}
options json yes {}
style json yes {}