palantir/blueprint

FR: InputGroup aria-label can be inferred from placeholder

Open

#4,874 建立於 2021年8月24日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (20,263 star) (2,167 fork)batch import
Domain: accessibilityP2Type: feature requesthelp wanted

描述

Environment

  • Package version(s): core 3.48.0

Feature request

<InputGroup> could have better accessibility if it applied an aria-label to its <input>. If the placeholder prop exists, we should use that value. We'll need to consider how this interacts with <FormGroup> and wrapping <label> elements (we don't want to label the input twice).

貢獻者指南