Properties Reference |
Field | Property | Description | Data Type | Default Value | Max Length | Max Value |
---|---|---|---|---|---|---|
control_dropdown | width | Width of the dropdown | number | 150 | 4 | 0 |
control_dropdown | emptyText | Text to be used as the empty option. Example: Please Select. | string | 100 | 0 | |
control_dropdown | size | Set number of characters users can enter | enum 0, 1, 5, 2, 3, 6, 10 |
0 | 2 | 10 |
control_dropdown | selected | Default selected value | string | 100 | 2013 | |
control_dropdown | description | Hover Text: Show description about question when a user hovers this question. | string | 2000 | 0 | |
control_dropdown | subLabel | Sub Label: Small description below the input field | string | 2000 | 0 | |
control_dropdown | labelAlign | Label Align: Align question label | enum Auto, Top, Left, Right |
Auto | 10 | 0 |
control_dropdown | options | Users can choose from these options. Separated with pipe delimiter. Example: Option 1|Option 2|Option 3. | string | Option 1|Option 2|Option 3 | 65297 | 0 |
control_dropdown | order | Position of this question in the form. Starts from 0. Example: First question is 0, and the second question is 1. | string | 3 | 1000 | |
control_dropdown | required | This question is required. | string | 10 | 0 | |
control_dropdown | special | Collection of predefined values to be used on your form. Such as Countries. | enum None, Countries, US States, US States Abbr, Months, Gender, Last 100 Years, Days |
None | 100 | 0 |
control_dropdown | text | Question Text: Label for the form questions. | string | 2000 | 0 |