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

Commit 2bcd3aa

Browse files
apsdehalarschmitz
authored andcommitted
Selectmenu: Remove disabled demo
- Fixes #6682 - Closes #8469
1 parent 7275cc8 commit 2bcd3aa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

demos/selectmenu/index.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,6 @@
9494
</form>
9595
</div><!--/demo-html -->
9696

97-
<h2>Disabled option</h2>
98-
99-
<div data-demo-html="true">
100-
<form>
101-
<div class="ui-field-contain">
102-
<label for="select-native-18">1 option disabled:</label>
103-
<select name="select-native-18" id="select-native-18">
104-
<option value="1">The 1st Option</option>
105-
<option value="2">The 2nd Option</option>
106-
<option value="3" disabled="disabled">The 3rd Option</option>
107-
<option value="4">The 4th Option</option>
108-
</select>
109-
</div>
110-
</form>
111-
</div><!--/demo-html -->
112-
11397
<h2>Optgroup</h2>
11498

11599
<div data-demo-html="true">

0 commit comments

Comments
 (0)