-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Use case
I have a DropdownMenu with enableSearch = true and a lot of items (so the Dropdown is scrollable).
When entering text in the input field, the Dropdownmenu correclty searches for the item and highlights it.
The problem is: the dropdown list does not automatically scroll to the highlighted position, which means the user cannot see that his search has valid results.
Proposal
If the highlightedItem is outside the view (menuHeight is contrained), automatically scroll to the highlighted item upon search.
udiedrichsen, cnschnei-btc, domenke, nikoch-btc and wkolov
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version