Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyboard disappears immediately when having tooltip on UserFormField #445

Open
yudaprama opened this issue Aug 27, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@yudaprama
Copy link

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):

  • Device: [e.g. iPhone6]
  • Platform [e.g. mobile, web]
  • Flutter version: [e.g. 1.12.13]
  • Package version [e.g. 1.0.0]

Additional context
Add any other context about the problem here.

@yudaprama yudaprama added the bug Something isn't working label Aug 27, 2023
@PascalMalz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants