autocomplete - default value #4020
              
                
                  
                  
                    Answered
                  
                  by
                    jmurrayufo
                  
              
          
                  
                    
                      InvalidLenni
                    
                  
                
                  asked this question in
                API Feature Requests & Ideas
              
            -
| Maybe set AutoComplete default value to True, because you can still set it to False in the code... | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jmurrayufo
          
      
      
        Oct 31, 2021 
      
    
    Replies: 1 comment
-
| Having it default to false means older code doesn't experience a delta of input/output this this feature. By forcing devs to "opt in", you preserve backwards compatibility more. My general preference for these sorts of things is to prefer backwards compatible changes. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        InvalidLenni
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Having it default to false means older code doesn't experience a delta of input/output this this feature. By forcing devs to "opt in", you preserve backwards compatibility more. My general preference for these sorts of things is to prefer backwards compatible changes.