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

feat(components): [select] add aria-label to select's input #13932

Merged
merged 6 commits into from
Aug 24, 2023
Merged

feat(components): [select] add aria-label to select's input #13932

merged 6 commits into from
Aug 24, 2023

Conversation

Karolis-Stoncius
Copy link
Contributor

@Karolis-Stoncius Karolis-Stoncius commented Aug 10, 2023

Select's input causes accessibility issues without aria-label, this commit adds it

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow contributing guide English | (中文 | Español | Français).
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer to relative issues for your PR.

Description

🤖 Generated by Copilot at 104a237

Improve accessibility of el-select component by adding aria-label attributes and a new prop.

Related Issue

Fixes #___.

Explanation of Changes

🤖 Generated by Copilot at 104a237

  • Add aria-label attribute to el-input and el-tag components inside el-select component to improve accessibility for screen readers (link, link)
  • Add ariaLabel prop to el-select component to allow user to pass a custom label for the select component (link)

Select's input causes accessibility issues without aria-label, this commit adds it
@pull-request-triage
Copy link

👋 @Karolis-Stoncius, seems like this is your first time contribution to element-plus.

  • Please make sure that you have read our guidelines and code of conduct before making a contribution.
  • You can comment with /label Components:[component_name] to add a label for which component you are working on.
  • You may join our Discord for staying tuned.

@pull-request-triage pull-request-triage bot added 1st contribution Their very first contribution Needs Review labels Aug 10, 2023
@github-actions
Copy link

github-actions bot commented Aug 10, 2023

@github-actions
Copy link

Hello @Karolis-Stoncius, thank you for contributing to element-plus, please see our guideline to see how to make contribution

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

🧪 Playground Preview: https://element-plus.run/?pr=13932
Please comment the example via this playground if needed.

@tolking tolking merged commit c29f6cc into element-plus:dev Aug 24, 2023
10 checks passed
@element-bot element-bot mentioned this pull request Aug 25, 2023
3 tasks
laizuan pushed a commit to laizuan/element-plus that referenced this pull request Sep 5, 2023
…plus#13932)

* feat(components): [select] add aria-label to select's input

Select's input causes accessibility issues without aria-label, this commit adds it

* refactor(components): [select] change aria-label to label; update docs

* refactor(components): [select] change back to ariaLabel prop name

* docs(components): kebab-case for docs
consultation-applio pushed a commit to consultation-applio/element-plus that referenced this pull request Nov 10, 2023
…plus#13932)

* feat(components): [select] add aria-label to select's input

Select's input causes accessibility issues without aria-label, this commit adds it

* refactor(components): [select] change aria-label to label; update docs

* refactor(components): [select] change back to ariaLabel prop name

* docs(components): kebab-case for docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants