-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: money (g3)frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
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:
Hint text is announced with input:
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 regressionCritical issues such as a build break or regressiona: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)customer: money (g3)frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.

