DropdownField
Extends:
react~Component → Field → DropdownField
Controls a dropdown type of input
SCSS import:
@import "~@orloxx/ui-core/scss/form/dropdown-field";
Example:
<DropdownField id='sex' name='sex' label='Sex'>
<option value='M'>Male</option>
<option value='F'>Female</option>
</DropdownField>
Static Public Members
public static propTypes: Object source
Override:
Field#propTypesProperties:
Name | Type | Attribute | Description |
children | Array<HTMLOptionElement> | Elements to show in the dropdown list |