Skip to content

fix(authenticator): add tooltip text to obscure widget and wrap materialbanner content in semantics#6577

Open
ekjotmultani wants to merge 5 commits intomainfrom
fix/authenticator/form-field-accessible-names
Open

fix(authenticator): add tooltip text to obscure widget and wrap materialbanner content in semantics#6577
ekjotmultani wants to merge 5 commits intomainfrom
fix/authenticator/form-field-accessible-names

Conversation

@ekjotmultani
Copy link
Member

@ekjotmultani ekjotmultani commented Feb 4, 2026

Issue #, if available:
#6568
#6581

Description of changes:
Adding text on the obscure widget on password fields in forms on Authenticator, making it screen readable, wrapped authenticatorform in semantics so errors are screen readable as ewll (credit @timstarkk for finding these misses)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ekjotmultani ekjotmultani changed the title fix(authenticator): add get and show password inputs to localization resolver, use for ob… fix(authenticator): add tooltip text to obscure widget Feb 4, 2026
@ekjotmultani ekjotmultani changed the title fix(authenticator): add tooltip text to obscure widget fix(authenticator): add tooltip text to obscure widget and wrap materialbanner content in semantics Feb 12, 2026
@ekjotmultani ekjotmultani force-pushed the fix/authenticator/form-field-accessible-names branch from f81873e to 77ba017 Compare February 12, 2026 16:51
@ekjotmultani ekjotmultani marked this pull request as ready for review February 12, 2026 16:51
@ekjotmultani ekjotmultani requested a review from a team as a code owner February 12, 2026 16:51
'Please enter the code from your registered Authenticator app';

@override
String get showPassword => 'Show password';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be generated from the ARB file inputs_en.arb, which should be checked in

@jvh-aws
Copy link
Contributor

jvh-aws commented Feb 13, 2026

Can we try to update our references in goldens/ for the tests to pass? According to our contribution guide, you'll need to run:

$ cd packages/authenticator/amplify_authenticator
$ flutter test --update-goldens

We should also verify the snapshots to avoid any unnecessary UI changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants