progress input

This commit is contained in:
stm 2023-01-13 12:27:06 +01:00
parent edcc8661e3
commit cbdd376e91

View File

@ -445,7 +445,7 @@ public partial class Input<T> : InputBase<T>
}
string baseTypeName = typeof(T).Name;
if (IsNumericType(baseTypeName) && InputType !=InputType.Number)
if (IsNumericType(baseTypeName))
{
InputType = InputType.Number;
}