revert back because enter not work any more
This commit is contained in:
		
							parent
							
								
									eac83438e1
								
							
						
					
					
						commit
						cb2965e8e4
					
				@ -317,8 +317,7 @@ class _RemotePageState extends State<RemotePage> {
 | 
			
		||||
                                maxLines: null,
 | 
			
		||||
                                initialValue:
 | 
			
		||||
                                    _value, // trick way to make backspace work always
 | 
			
		||||
                                keyboardType: TextInputType
 | 
			
		||||
                                    .visiblePassword, // must use visiblePassword here, if else when input '(', new ')' will be auto appended on android, cause our proboems
 | 
			
		||||
                                keyboardType: TextInputType.multiline,
 | 
			
		||||
                                onChanged: handleInput,
 | 
			
		||||
                              ),
 | 
			
		||||
                      ),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user