Skip to content

controls: select

Tady edited this page May 14, 2019 · 9 revisions

controls | header | text | textarea | paragraph | select | checkbox-group | radio-group | file | date | number


  • Drop-down list.
Field Name Description Is required?
Label label for the field element. recommended
Class

The class attribute is used to define styles for elements in css file.Required for developers. For future use.

no

Required

The required attribute is a boolean attribute.When present, it specifies that an input field must be filled out before submitting the form.<br>Displays a red asterisk next to the field label.

no
Help Text Displays a question mark next to the field label. When you move with your mouse cursor, the help text is displayed inside a tooltip no
Placeholder

The placeholder attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format).

The short hint is displayed in the input field before the user enters a value.

no
Name

The name attribute specifies a uniq name for the element.

This name attribute used as a reference when the data is submitted.

yes
Allow Multiple Selections If selected then the list of the options will appear as a list and you can select more than one option by dragging the mouse or by pressing the "Ctrl" button on the keyboard and clicking the options you want to select. no
Options Options list table.
In the left column you select the default option.
In the middle column you enter the name of the option.
In the right column, you enter the option value (Special characters and spaces are not allowed). If you want to delete an option, in the row of the option you want to delete, click the red "x". If you want to add an option, at the bottom of the table, click the "Add option" button.
yes