mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* 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