Skip to content

Commit

Permalink
fix: warning about invalid username and email on user interaction (#1413
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bhattabhi013 authored Apr 7, 2022
1 parent 6ae6d5c commit a11b36d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class _SmoothTextFormFieldState extends State<SmoothTextFormField> {
enableSuggestions: _enableSuggestions,
autocorrect: _autocorrect,
autofillHints: widget.autofillHints,
autovalidateMode: AutovalidateMode.onUserInteraction,
onChanged: (String data) {
// Rebuilds for changing the eye icon
if (widget.type == TextFieldTypes.PASSWORD) {
Expand Down

0 comments on commit a11b36d

Please sign in to comment.