input number: disable string mode

This commit is contained in:
vchikalkin 2021-06-03 14:41:55 +03:00
parent abf0a78632
commit 415bc4357c

View File

@ -50,7 +50,6 @@ const InputNumber = ({
style={styles}
onChange={value => setCurrentValue(value)}
value={value}
stringMode
/>
{status === ElementStatus.Loading && <Outlined />}
</FormWrapper>