Skip to content

Commit d9bc76d

Browse files
committed
alp to accept any
1 parent b3e584d commit d9bc76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LongevityWorldCup.Website/wwwroot/onboarding/pheno-age.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h2 data-aos="fade" data-aos-duration="700" data-aos-delay="250">
345345
<!-- Alkaline Phosphatase -->
346346
<label for="ap">Alkaline Phosphatase</label>
347347
<div class="input-group">
348-
<input type="number" id="ap" name="ap" required aria-required="true" inputmode="decimal" onchange="calculateResultIfResultAlreadyCalculated()">
348+
<input type="number" id="ap" name="ap" step="any" required aria-required="true" inputmode="decimal" onchange="calculateResultIfResultAlreadyCalculated()">
349349
<label for="apUnit" class="visually-hidden">Select unit for Alkaline Phosphatase</label>
350350
<select id="apUnit" name="apUnit" aria-label="ALP unit" onchange="calculateResultIfResultAlreadyCalculated()">
351351
<option value="1">U/L</option>

0 commit comments

Comments
 (0)