Appearance
Field Types
This page summarizes JSON value types and editor modes supported across packages.
JSON Value Types
Core JsonValueType supports:
stringnumberbooleannullobjectarray
React Editor Modes
React renderer supports these dropdown modes:
stringtextareatext editor(powered byesc-editor)datetime(datetime-localinput)numberbooleannullobjectarray
Notes:
textarea,text editor, anddatetimeare string editor modes and are stored as JSONstringvalues.esc-editoris a transitive dependency ofesc-json-form-react; users do not need to install it separately.
Angular Editor Modes
Angular renderer currently supports:
stringtextareanumberbooleannull
Date/Datetime
There is no separate core date type.
- Use JSON
stringvalues for date/time content. - In React,
datetimemode providesdatetime-localUI while storing a string value.