input number: disable string mode
This commit is contained in:
parent
abf0a78632
commit
415bc4357c
@ -50,7 +50,6 @@ const InputNumber = ({
|
||||
style={styles}
|
||||
onChange={value => setCurrentValue(value)}
|
||||
value={value}
|
||||
stringMode
|
||||
/>
|
||||
{status === ElementStatus.Loading && <Outlined />}
|
||||
</FormWrapper>
|
||||
|
||||
Reference in New Issue
Block a user