You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 🐛 Add aria-describedby to Edit user details button
Since we cannot apply aria-label to an Hds::Button
when it has text, we can alternatively apply the
aria-describedby attribute instead. Its value
must match the id of the form. With that said, a
form id value was also added.
✅ Closes: FE-112
0 commit comments