You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
login: Show visiblePassword keyboard only when password is visible
When Gboard offers a suggestion from the clipboard, the suggestion
will be obscured given `obscureText: true`... except that if we also
pass `keyboardType: TextInputType.visiblePassword`, then that causes
the suggestion's contents to be visible after all. Avoid that.
Fixes: #743
Co-authored-by: Sayed Mahmood Sayedi <[email protected]>
0 commit comments