Fix number input floating point issue when pressing plus/minus buttons

This commit is contained in:
2026-02-02 18:04:14 +00:00
parent 2c55652f92
commit 11dacb5441
3 changed files with 20 additions and 4 deletions

View File

@@ -287,6 +287,10 @@ export const en = {
timePickerApply: "Apply",
timePickerCancel: "Cancel",
// Input field placeholders
min: "Min",
max: "Max",
// Sorting
sortByTime: "Sort by time",
sortByTimeNeeded: "Doses are not in chronological order. Click to sort.",