-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 2.10Found to occur in 2.10Found to occur in 2.10found in release: 2.11Found to occur in 2.11Found to occur in 2.11frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
The bug happens when you use autocomplete, and the user fills in the same value as what is recommended and the user clicks on the recommended value, if it is the same as the filled value, it will not dismiss the overlay.
Steps to Reproduce
This bug is on any Autocomplete widget
Even on the Api.flutter.dev
- Go to https://api.flutter.dev/flutter/material/Autocomplete-class.html
- Run the first example.
- in the input field type in 'aardvark'
- click on the recommended answer that is the same
Expected results:
The expected result is the overlay to dismiss.
Actual results:
Overlay stays, and nothing happens, the material splash happens, but it does not close the overlay.
Metadata
Metadata
Assignees
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 2.10Found to occur in 2.10Found to occur in 2.10found in release: 2.11Found to occur in 2.11Found to occur in 2.11frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version