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.
- Properties
- Markup
- JSON
- jcr:title: Drop Down
- description: <p>This is a long description.</p>
- tooltip: <p>This is a short description.</p>
- enum: 1, 2
- enumNames: Item1, Item2
- sling:resourceType: forms-components-examples/components/form/dropdown
- fieldType: drop-down
- tooltipVisible: true
This is a short description.
This is a long description.