There are no notes for this item.

<fieldset class="is-disabled" data-label-disabled="Disabled">
    <legend>
        <label for="field-id" class="">Select</label>
    </legend>

    <select name="select" id="field-id">
        <optgroup label="Shares">
            <option>Adobe Systems Incorporated</option>
            <option>eBay Inc.</option>
            <option>Nokia Oyj</option>
        </optgroup>
        <optgroup label="Funds">
            <option>Amundi ETF MSCI Nordic UCITS ETF FCP</option>
            <option>iShares MDAX UCITS ETF</option>
            <option>ZKB Palladium ETF</option>
        </optgroup>
    </select>
</fieldset>
<fieldset {{#if isDisabled}}class="is-disabled" data-label-disabled="Disabled"{{/if}}>
    <legend>
        {{> @form-label text="Select"}}
    </legend>

    {{> @select}}
</fieldset>
{
  "text": "Report type",
  "isDisabled": true
}