SelectField
SelectField (select)
This field allows you to display a list.
{
  "size": "s12 m12",
  "type": "select",
  "id": "1_7_IssueType",
  "label": "I have a problem with",
  "validate": [
    "required"
  ],
  "icon": "find_in_page",
  "allow_add": false,
  "search": false,
  "search_error": "No data",
  "placeholder": "Choose what you have a problem with",
  "alphabetical_sorting": true,
  "define_output_value": "label",
  "options": [
    {
      "value": "",
      "label": "",
      "selected": "true",
      "disabled": "disabled"
    },
    {
      "label": "Computer",
      "value": "Computer"
    },
    {
      "label": "Smartphone",
      "value": "Smartphone"
    },
    {
      "label": "Car",
      "value": "Car"
    },
    {
      "label": "Other",
      "value": "Other"
    }
  ]
}
allow_add
search
search_error
alphabetical_sorting
define_output_value
options
value
label
checked
