mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
fix(module: InputNumber): fix error when blur (#1612)
This commit is contained in:
parent
0577db8a5c
commit
1b319e63fc
@ -405,10 +405,6 @@ namespace AntDesign
|
||||
await ChangeValueAsync(Value);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!CurrentValueAsString.Equals(_inputString))
|
||||
CurrentValueAsString = _inputString;
|
||||
|
||||
_inputString = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user