Skip to content

a11y: TextInput with IconButton makes textField unreachable via screenreader #39918

@andywolff

Description

@andywolff

Internal: b/140829496

Possibly shares a root cause issue #38940 (#38940 (comment))

If you have a textField with a suffix icon button

TextField(
  decoration:InputDecoration(
    suffixIcon: IconButton(...),
  ),
)

Then TalkBack is able to focus only on the icon button, and there's no way to activate the text field.

Metadata

Metadata

Assignees

Labels

a: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: text inputEntering text in a text field or keyboard related problemsf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions