HEPA min value is 0
This commit is contained in:
parent
ef65039cad
commit
211ec92ada
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
<label for="hepa_no">No</label>
|
||||
<input type="radio" id="hepa_yes" name="hepa_option" value=1 onclick="require_fields(this)">
|
||||
<label for="hepa_yes">Yes</label>
|
||||
<input type="number" step=0.01 id="hepa_amount" name="hepa_amount" placeholder="(m³ / hour)">
|
||||
<input type="number" step=0.01 id="hepa_amount" name="hepa_amount" placeholder="(m³ / hour)" min="0">
|
||||
<hr width="80%">
|
||||
|
||||
<b>Face masks:</b><br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue