Input progress
This commit is contained in:
		
							parent
							
								
									a04a0f07e2
								
							
						
					
					
						commit
						b7db83fe15
					
				@ -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;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user