Skip to content

Add a TextInputAction property to DropdownMenu #156668

@sm-sayedi

Description

@sm-sayedi

I usually use DropdownMenu as my go-to widget when I need a TextField with a dropdown where I can search for items. I use it in a form where there is at least one other form field (usually TextFormField) coming after it. It would be such a nice feature for DropdownMenu to have a textInputAction property so we can use something like TextInputAction.next to go to the next form field. Right now, it can only be TextInputAction.done (as a default value for the internal TextField it uses) which is not really helpful.

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projecta: text inputEntering text in a text field or keyboard related problemsc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages teamworkaround availableThere is a workaround available to overcome the issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions