Skip to content

make EditableText.onTapUpOutside default logic configurable #162212

@Hannnes1

Description

@Hannnes1

Use case

Just like with EditableText.onTapOutside, there should be a way to set the default logic of EditableText.onTapUpOutside .

Proposal

A few months ago, a pull request (#150125) was merged that added a EditableTextTapOutsideIntent to allow setting a default action for EditableText.onTapOutside.
A few days later, another pull request (#156110) adding an onTapUpOutside to EditableText was merged. I authored that pull request, but I unfortunately missed the newly created Intent, and didn't create a matching Intent for the new onTapUpOutside parameter.

A EditableTextTapUpOutsideIntent should be created to fix this.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work lista: 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 Flutterframeworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionteam-text-inputOwned by Text Input teamtriaged-text-inputTriaged by Text Input team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions