fix: do not keep the selected os-type on page reload (Firefox bug only)

pull/557/head
Raphaël Vinot 2022-12-02 09:57:03 +01:00
parent 9653fc2cc7
commit 3189be01dc
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
<div class="row mb-3">
<label for="os-type" class="col-sm-2 col-form-label">OS type:</label>
<div class="col-sm-10">
<select class="form-select" name="os-type" id="os-type">
<select class="form-select" name="os-type" id="os-type" autocomplete="off">
<option value="desktop" selected>Desktop</option>
<option value="mobile">Mobile</option>
</select>