NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.52k stars 808 forks source link

[FEATURE] Add disable autocorrect for TextField #313

Open alanee1996 opened 2 years ago

alanee1996 commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to have disable auto correct for TextField because it sometime quite annoying auto correct my email address spelling.

Describe the solution you'd like Adding option such as "input option" and accpet configuration object and apply into flutter TextField widget.