Types of displayType
| Field | Field type | Description |
|---|---|---|
| text_field | Text field | It displays a textbox |
| number | Number | It displays a number input box |
| It displays a textbox of type email | ||
| phone | Phone | It displays a textbox of type phone |
| date | Date | Textbox for date |
| month | Date | Textbox for date with only month selections |
| password | Password | Textbox for password. Characters entered are not visible directly to user |
| radio | Radio | A list of radio options |
| radio-button | Radio Button | A field with selectable button(s) |
| checkbox | Checkbox | A field with checkbox(s) |
| select | Select | A list of dropdown options |
| file | File | A field for file selections |
| search | Search | A field with autocomplete kind of functionalities |
| custom | Custom | A custom defined field which is defined externally and passed as input property |