We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7275cc8 commit 2bcd3aaCopy full SHA for 2bcd3aa
demos/selectmenu/index.php
@@ -94,22 +94,6 @@
94
</form>
95
</div><!--/demo-html -->
96
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
113
<h2>Optgroup</h2>
114
115
<div data-demo-html="true">
0 commit comments