NearHuscarl / flutter_login

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

keyboard disappears immediately when having tooltip on UserFormField #445

Open yudaprama opened 1 year ago

yudaprama commented 1 year ago

Describe the bug keyboard disappears immediately when having tooltip on UserFormField

To Reproduce

UserFormField(
          keyName: 'username',
          displayName: 'Username',
          userType: LoginUserType.name,
          tooltip: TextSpan(text: "Your username will be used..."),
          icon: Icon(Icons.manage_accounts),
        )

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Information (please complete the following information):

Additional context Add any other context about the problem here.

PascalMalz commented 1 year ago

Same here: Device: android 11 Platform: mobile Flutter version: 3.13.0 Package version: ^4.2.0