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
I was wondering if it would be possible to show the typed value for some amount of time before obscuring it? Similar to how regular TextFields handle obscured text.
Current behavior:
PinPut with obscureText = '*'
user types character
character is obscured
Requested behavior:
PinPut with obscureText = '*'
user types a character
character is shown for 1s
Then it obscures itself
I think this could be a really good feature to have, maybe opt-in. This way the user can see if an incorrect character has been entered.
I wouldn't mind filing a PR if the feature is accepted, just let me know!
Cheers
The text was updated successfully, but these errors were encountered:
Yup, that's the case. Any idea on how we could implement this without much work? Or is it even possible with the current implementation? Could we change EditableText to TextFormField or TextField?
Hey there!
I was wondering if it would be possible to show the typed value for some amount of time before obscuring it? Similar to how regular TextFields handle obscured text.
Current behavior:
Requested behavior:
I think this could be a really good feature to have, maybe opt-in. This way the user can see if an incorrect character has been entered.
I wouldn't mind filing a PR if the feature is accepted, just let me know!
Cheers
The text was updated successfully, but these errors were encountered: