This commit is contained in:
keisuke-umezawa
2023-01-26 11:31:50 +09:00
parent 7d796acb2e
commit 7e2596ae3d
@@ -360,8 +360,7 @@ export const TrialTable: FC<{
}
inputProps={{
inputMode: "numeric",
pattern:
"[-+]?[0-9]*.?[0-9]+([eE][-+]?[0-9]+)?",
pattern: "[-+]?[0-9]*.?[0-9]+([eE][-+]?[0-9]+)?",
title: "Please input a float number",
}}
inputRef={ref}