-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
onAccept event are not fired in version 7 when autocomplete by browser #1082
Comments
faced with the same issue
|
I’m running into the same issue with the warning |
Although I haven't confirmed (I don't have an iPhone to use for deeper troubleshooting), I believe this issue may be the source of a problem my users are seeing, where autocomplete entry isn't working correctly in Chrome on iPhone for our app. Our Customer Support team has confirmed the problem, with video capture. In this case, the autocompleted input seems to disappear on blur. It works fine in Chrome/Android, and even Chrome on iOS on a MacBook Pro. It only appears to be a problem (for us at least) on Chrome/iPhone. I've had to resort to the |
Hi @uNmAnNeR ! It would be great to have this issue fixed 🙏 , because currently we are forced to use the |
I'm having the same problem with the autofill in mobile browsers |
Describe the bug
Upgraded the package from 6.* to 7.*, and the onAccept and event are not fired.
We use React with react-imask and autocomplete for input element.
To Reproduce
STR:
CodeSandbox
Expected behavior
onAccept fired on IOS Chrome when autocomplete by browser
Environment:
Additional context
related closed PR: #1047
The text was updated successfully, but these errors were encountered: