Skip to content

Commit 320f388

Browse files
committed
[Fix]: #2009 first decimal character
1 parent 79acea5 commit 320f388

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/packages/lowcoder/src/comps/comps/numberInputComp/numberInputComp.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ const CustomInputNumber = (props: RecordConstructorToView<typeof childrenMap>) =
388388
return;
389389
}
390390
if (
391-
cursor !== 0 &&
392391
props.precision > 0 &&
393392
(event.key === "." || event.key === "。") &&
394393
!/[.]/.test(value)

0 commit comments

Comments
 (0)