Fields Input Guide
While passing htmlType
in a field, we have different syntax for different fields. Here is the full guide for each supported field.
Supported HTML Input | Valid Examples |
---|---|
text | text |
textarea | textarea |
date | date |
number | number |
password | password |
file (partially supported) | file |
select | select:Daily,Weekly,Monthly |
enum | enum:Sun,Mon,Tue,Wed,Thu,Fri,Sat |
checkbox | checkbox:yes OR checkbox:yes,no |
bool-checkbox | bool-checkbox:checked |
boolean | boolean:yes,no |
radio | radio:Male,Female |
toggle-switch | toggle-switch |