Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Selectmenu: Remove disabled demo #8469

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions demos/selectmenu/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,6 @@
</form>
</div><!--/demo-html -->

<h2>Disabled option</h2>

<div data-demo-html="true">
<form>
<div class="ui-field-contain">
<label for="select-native-18">1 option disabled:</label>
<select name="select-native-18" id="select-native-18">
<option value="1">The 1st Option</option>
<option value="2">The 2nd Option</option>
<option value="3" disabled="disabled">The 3rd Option</option>
<option value="4">The 4th Option</option>
</select>
</div>
</form>
</div><!--/demo-html -->

<h2>Optgroup</h2>

<div data-demo-html="true">
Expand Down