fix(module: InputNumber): fix error when blur (#1612)

This commit is contained in:
anranruye 2021-06-08 23:24:25 +08:00 committed by GitHub
parent 0577db8a5c
commit 1b319e63fc

View File

@ -405,10 +405,6 @@ namespace AntDesign
await ChangeValueAsync(Value);
return;
}
if (!CurrentValueAsString.Equals(_inputString))
CurrentValueAsString = _inputString;
_inputString = null;
}