mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fix for boluscalc issue (#5729)
Boluscalc fix & remove integer validation from BG input field
This commit is contained in:
+1
-1
@@ -456,7 +456,7 @@
|
||||
<td>
|
||||
<span class="translate">BG</span>:
|
||||
<span style="float:right;">
|
||||
<input type="number" size="3" id="bc_bg" class="insulincalculationpart" pattern="[0-9.]*">
|
||||
<input type="number" size="3" step="any" id="bc_bg" class="insulincalculationpart" pattern="[0-9.]*">
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user