progress input

features/nuget_autobuild
stm 2 years ago
parent edcc8661e3
commit cbdd376e91

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

Loading…
Cancel
Save