Skip to content

Commit

Permalink
Add example of disabled kuiSelect. (#11345)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Apr 20, 2017
1 parent f6db770 commit e0ea463
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui_framework/doc_site/src/views/form/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
<option>Bread</option>
<option>Cheese</option>
</select>

<hr class="guideBreak">

<select class="kuiSelect" disabled>
<option>Disabled</option>
</select>

0 comments on commit e0ea463

Please sign in to comment.