Skip to content

Commit e98afcc

Browse files
Merge pull request #2018 from iamfaran/fix/2009-decimal
[Fix]: #2009 first decimal character
2 parents f03b63b + 320f388 commit e98afcc

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)