Dropdown Listv1

A drop-down list in an Adaptive form allows users to select one or more option from a list of predefined options. The options can be of type String, Number, or Boolean. Additionally, the drop-down list component can be configured to have different validation and default values.

Examples

Standard

A simple dropdown list with two options.

  1. jcr:title: Drop Down
  2. description: <p>This is a long description.</p>
  3. tooltip: <p>This is a short description.</p>
  4. enum: 1, 2
  5. enumNames: Item1, Item2
  6. sling:resourceType: forms-components-examples/components/form/dropdown
  7. fieldType: drop-down
  8. tooltipVisible: true