WIP Исправил ошибки ввода в числовой инпут

This commit is contained in:
DwCay
2023-05-22 17:17:00 +03:00
parent a65fac1056
commit 6cdd327bab
4 changed files with 46 additions and 25 deletions

View File

@@ -819,8 +819,8 @@ export const protocolForms = [
title: "Реакция на холод",
label: "Температура",
shadowText: "º",
max: 100,
min: 1,
max: 25,
min: -40,
color: "var(--font-cold-color)",
bg: "var(--bg-cold-color)",
icon: "ac_unit",
@@ -833,7 +833,7 @@ export const protocolForms = [
label: "Температура",
shadowText: "º",
max: 100,
min: 1,
min: 45,
color: "var(--font-heat-color)",
bg: "var(--bg-heat-color)",
icon: "local_fire_department",