-
Notifications
You must be signed in to change notification settings - Fork 11
chore(form-field-text-like): Manual accessibility updates (WIP) #861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Closes: COMUI-3408
Demo will be published at https://apps.inindca.com/common-ui-docs/genesys-webcomponents/feature/COMUI-3408-v2 |
✅ Closes: COMUI-3408
✅ Closes: COMUI-3408
✅ Closes: COMUI-3408
✅ Closes: COMUI-3408
✅ Closes: COMUI-3408
✅ Closes: COMUI-3408
@katie-bobbe-genesys I set the input's |
@jason-evans-genesys I took a look and |
✅ Closes: COMUI-3408
@@ -210,6 +210,7 @@ <h2>Examples</h2> | |||
<gux-form-field-text-like loading> | |||
<input slot="input" type="text" name="e-1" /> | |||
<label slot="label">Default</label> | |||
<span slot="loading">Content is loading</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@katie-bobbe-genesys my idea was to slot in the loading text and then read it out to the screenreader.
✅ Closes: COMUI-3408
✅ Closes: COMUI-3408
*Update: spoke with @katie-bobbe-genesys and the current solution in this PR is not what we want so will brainstorm some other ideas.