[Bug] select option does not support 'disabled' attribute

ζˆͺ屏2021-11-17 δΈ‹εˆ5.05.10

<select>
          <option disabled>disabled</option>
          <option >normal</option>
        </select>

The disabled option is same as the default. Is there any way to change the disabled option with different color and make it not selectable? (Spectrum components of UXP is only work on the version of at least 36, however, about 40% users using our plugin still work on XD below 36 version.)

1 Like