Disable "please select"
This commit is contained in:
parent
320e2abac2
commit
64291db3ea
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Unchecking this is not recommended, and this option only exists for exceptional
|
||||||
<label for="instanceSoftware">Instance software</label>
|
<label for="instanceSoftware">Instance software</label>
|
||||||
<br>
|
<br>
|
||||||
<select id="instanceSoftware" type="text" name="instanceSoftware" required>
|
<select id="instanceSoftware" type="text" name="instanceSoftware" required>
|
||||||
<option value="">(Please select)</option>
|
<option value="" disabled>(Please select)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="half-width flex-row-reverse">
|
<div class="half-width flex-row-reverse">
|
||||||
|
|
Loading…
Add table
Reference in a new issue