chaynHQ / soulmedicine

Soul Medicine a multilingual digital service designed to deliver critical safety information and supportive messaging in bite-sized pieces.
https://soulmedicine.io
MIT License
38 stars 9 forks source link

missing form label #151

Closed thekuiperbelt closed 1 year ago

thekuiperbelt commented 4 years ago

Example page: https://soulmedicine.io/ar/auth/sign_in

What It Means A form control does not have a corresponding label.

Why It Matters: If a form control does not have a properly associated text label, the function or purpose of that form control may not be presented to screen reader users. Form labels also provide visible descriptions and larger clickable targets for form controls.

How to Fix It: If a text label for a form control is visible, use the

sophieheb commented 4 years ago

Unfortunately a problem with third party library we use here.

Already detailed in Issue on the repo: https://github.com/firebase/firebaseui-web/issues/639 Fix submitted: https://github.com/firebase/firebaseui-web/pull/655

issyl0 commented 1 year ago

Looks like this was fixed in FirebaseUI 4.4.0, and this app is on 4.5.0, so I'll close this.