Progress input

This commit is contained in:
stm 2023-01-13 12:27:18 +01:00
parent cbdd376e91
commit 1b35631693

View File

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