patternfly / patternfly/patternfly-react
Bug - FormSelect - Accessibility warning doesn't check `aria-labelledby`
未关闭
适合新手
还没有人认领这个 Issue。
A11y
Stale
- 主要语言
- TypeScript
- 星标
- 862
- 派生
- 392
- 平均合并
- 4 天 8 小时
- 30 天内合并 PR
- 9
描述
Describe the problem
When using FormSelect with a prop aria-labelledby that points to another label it will complain that the component requires either an ID or aria-label to be specified. Specifically:
FormSelect requires either an id or aria-label to be specified
How do you reproduce the problem?
- Go to https://codesandbox.io/p/sandbox/zk38dy
- Open console
- See
FormSelect requires either an id or aria-label to be specified
Expected behavior
FormSelect also checks aria-labelledby before showing the warning.
Is this issue blocking you?
No
Jira Issue: PF-2918
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 FormSelect 组件以及报告缺少 id 或 aria-label 的无障碍警告。使用链接的 CodeSandbox 重现该问题,然后验证提供 aria-labelledby 后不再触发警告,同时现有的警告行为保持不变。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- react, typescript
- 领域
- accessibility, frontend
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 冷清
- 描述清晰度
- 描述清楚
- 新手友好度
- 72/100