Skip to content

When text is input in a text field, hint text should not be announced in talkback mode #117943

@jiahaog

Description

@jiahaog

Internal bug: b/264211793.

This issue is copied from the above bug, filed by customer: money.

Steps to Reproduce

Hint text is announced with no input:

5io7qmX9TUKai96

Hint text is announced with input:

64CemDjyawGhiTT

Expected results:

When text is input in a text field, hint text is not expected to be announced in talk back mode.

Actual results:

Hint text is announced in talk back mode

Code sample
Scaffold(
  appBar: AppBar(title: Text('Flutter Demo Home Page')),
  body: TextField(
    decoration: InputDecoration(hintText: 'Send a message...'),
  ),
)

Metadata

Metadata

Assignees

Labels

P0Critical issues such as a build break or regressiona: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: money (g3)frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions