-
Notifications
You must be signed in to change notification settings - Fork 74
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
reactive_pinput backspace bug on mobile #154
Comments
Hi @anthonycastelli this package just passes props through to original widget. Probably this is an issue of the package |
Ahh, I didn't even realize that. Let me make a test project today and see if the issue is actually coming from this wrapper (an issue with the reactive stuff) or if it indeed is an issue with the pinput component. |
Hey @anthonycastelli do you have any updates? |
@vasilich6107 So sorry for the delay. I completely spaced on this. I will dig back into this today and tomorrow to see if it is part of this package or the pinput package. |
After digging into this more, an AutofillGroup is the culprit for things not working. Let me test it directly with the Pinput package and see if it's still an issue. Reproduction App: Pubspec.yaml
|
I've been using the
reactive_pinput
package for a while now, and recently discovered an issue on iOS and Android that the backspace key doesn't actually delete anything. I have a field that requires 6 numbers. Once I input all 6, then try to delete characters, it doesnt delete anything. The causes issues if wrong numbers were input. Are there any known work arounds for it, or is this a known issue already? I'll work on getting a sample project together to demonstrate this bug a little later today.The text was updated successfully, but these errors were encountered: