For native select elements, setting the disabled attribute on an option has no effect:
<select>
<option disabled>...</option>
</select>
Btw, is the forum the right place to submit such bugs? I thought about creating issues on github, but there are only repos dedicated to either the documentation or the examples, so I didn’t think it would fit there.