Skip to content

Conversation

SebastianWaloszek
Copy link

Summary

This pull request fixes an accessibility issue where the Pinput widget would not automatically receive keyboard focus when it received semantic focus. This prevented screen reader users from entering the pin code.

Unfortunetly this solution doesn't fix all issues and there is still an issue where if the Pinput get defocused and focused again using a screen reader the input the user gives is not visible for some reason.

The Solution

The fix introduces an onFocus callback to the Semantics widget that wraps the pin input fields. It's similar to how the native TextField widget does it.

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.

1 participant