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.
To Reproduce
- Run a Flutter Web app in Safari.
- Render a
Pinput with the following config:
Pinput(
length: 6,
obscureText: true
keyboardType: TextInputType.number,
autofillHints: null,
enableSuggestions: false,
)
Describe the bug
On Flutter Web in Safari, focusing a
PinputwithobscureText: trueshows the iCloud Keychain/password icon over the PIN boxes. The icon overlaps the input UI, usually near the last PIN cell.To Reproduce
Pinputwith the following config: