Date fields give you a date picker, and optionally a time picker as well.
{
"key": "date",
"label": "Date",
"type": "Date",
"options": {
"default_value": "today"
}
}Properties
default_value:Null<String>
Select today's date as default.
"default_value": "today"- Select today's date and time as default.
- Requires the option "time" set to "true".
"default_value": "now"help:Null<Dynamic>
Adding help or instructional text to a field.
"help": "This field can only contain letters."show_when:Null<EitherType<ShowOptions, Array<ShowOptions>>>
The "value" can be set to "null" of "!null" to check if something is empty.