mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add example of disabled kuiSelect. (#11345)
This commit is contained in:
parent
f6db770388
commit
e0ea463b71
1 changed files with 6 additions and 0 deletions
|
@ -3,3 +3,9 @@
|
|||
<option>Bread</option>
|
||||
<option>Cheese</option>
|
||||
</select>
|
||||
|
||||
<hr class="guideBreak">
|
||||
|
||||
<select class="kuiSelect" disabled>
|
||||
<option>Disabled</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue