Display type
The following table lists the value types for display type property (meta -> displayType)
| Display type value | 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 |
| multiselect | Select | A multple selectable list of dropdown options |
| file | File | A field for file selections |
| search | Search | A field with autocomplete kind of functionalities |
| input-mask | Text field | A text field with where field value is formatted to a specified format |
| currency | Text field | A text field where field value is shown in currency format |
| multitext | Text field | A text field with multiple rows |
| "custom" | Custom | A custom defined field which is defined externally and passed as input property. Read more |