Skip to content
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

Textarea for entering messages lacks label #4863

Open
daniel-montalvo opened this issue Apr 29, 2024 · 0 comments
Open

Textarea for entering messages lacks label #4863

daniel-montalvo opened this issue Apr 29, 2024 · 0 comments
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.

Comments

@daniel-montalvo
Copy link

<textarea id="input" dir="auto" class="mousetrap" enterkeyhint="send" placeholder="" aria-label=""></textarea>

Ideally a label is associated to the control using the HTML label element and the for attribute so that all users can identify the purpsoe of the control and assistive technologies can identify it programmatically.

@daniel-montalvo daniel-montalvo added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

No branches or pull requests

1 participant