Disable unselectable option in Raspberry Pi node

This commit is contained in:
Dave C-J 2014-04-11 10:56:20 +01:00
parent 96ed3055bf
commit df0ecbaf3a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<div class="form-row">
<label for="node-input-pin"><i class="icon-asterisk"></i> GPIO Pin</label>
<select type="text" id="node-input-pin" style="width: 150px;">
<option value="-">select pin </option>
<option value="-" disabled>select pin </option>
<option value="3">3 - SDA0 </option>
<option value="5">5 - SCL0 </option>
<option value="7">7 - GPIO7</option>