- Description:
This key defines how an 'empty' value will be saved. Does not apply to existing empty values.
- Appears in:
├── Text Input │ └── options │ └── Text Empty Type ├── _inputs │ └── * │ ├── Textarea Input │ │ └── options │ │ └── Text Empty Type │ ├── Code Input │ │ └── options │ │ └── Text Empty Type │ ├── Color Input │ │ └── options │ │ └── Text Empty Type │ ├── Rich Text Input │ │ └── options │ │ └── Text Empty Type │ ├── Date/Datetime Input │ │ └── options │ │ └── Text Empty Type │ ├── Time Input │ │ └── options │ │ └── Text Empty Type │ ├── File Input │ │ └── options │ │ └── Text Empty Type │ └── Choice Input │ └── options │ └── Text Empty Type ├── URL Input │ └── options │ └── Text Empty Type └── Select Input └── options └── Text Empty Type- Type:
string- Default value:
null- Allowed values:
nullstring- Examples: