-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
AutofillContextAction.cancel
in AutofillGroup#onDisposeAction
does not work as expected on iPhone.
#145681
AutofillContextAction.cancel
in AutofillGroup#onDisposeAction
does not work as expected on iPhone.
#145681
Comments
Thanks for the report @koji-1009 |
Thanks for the reply! The sample code sets https://api.flutter.dev/flutter/widgets/AutofillContextAction.html
The expected behavior is that the save password dialog is only displayed when the |
If you try it on an Android device, it works as expected. If necessary, I will take a video and attach it. |
Thanks for the update and info which makes it clear now what exactly the issue is, which I see the same behavior on latest versions. stable, master flutter doctor -v
|
Sending to team-text-input, I'll let them kick it back to team-ios if needed. |
Steps to reproduce
onDisposeAction: AutofillContextAction.cancel
for AutofillGroupExpected results
A sheet for saving username and password is not displayed.
Actual results
A sheet for saving username and password is displayed.
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
video.mp4
Logs
Logs
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: