Skip to content

Safari shows iCloud Keychain icon when Pinput uses obscureText on Flutter Web #230

Description

@ppamorim

Describe the bug

On Flutter Web in Safari, focusing a Pinput with obscureText: true shows the iCloud Keychain/password icon over the PIN boxes. The icon overlaps the input UI, usually near the last PIN cell.

Image

To Reproduce

  1. Run a Flutter Web app in Safari.
  2. Render a Pinput with the following config:
     Pinput(
       length: 6,
       obscureText: true
       keyboardType: TextInputType.number,
       autofillHints: null,
       enableSuggestions: false,
     )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions