wevote / WebApp

We Vote's javascript (client-side) mobile website built with React/Flux. Twitter: @WeVote Apple Store: https://itunes.apple.com/us/app/we-vote-voter-guide/id1347335726 Android: https://play.google.com/store/apps/details?id=org.wevote.cordova&hl=en_US
94 stars 301 forks source link

[WV-547] Fixed Tab Key navigation for the sign-in page [Team Review] #4110

Closed anup2307 closed 2 weeks ago

anup2307 commented 3 weeks ago

SignInOptionsPanel.js - added showEmailOnlysignIn() to VoterPhoneVerificationEntry.js as prop

VoterPhoneVerificationEntry.jsx - In OnBlur() and OnCancel() functions added code to set the focus back on the correct field.

VoterEmailAddressEntry.jsx - In OnBlur() and OnCancel() functions added code to set the focus back on the correct field.

DaleMcGrew commented 2 weeks ago

👍