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

Commit

Permalink
Selectmenu: Remove disabled demo
Browse files Browse the repository at this point in the history
- Fixes #6682
- Closes #8469
  • Loading branch information
apsdehal authored and arschmitz committed Jul 4, 2016
1 parent 7275cc8 commit 2bcd3aa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions demos/selectmenu/index.php
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

0 comments on commit 2bcd3aa

Please sign in to comment.