palantir/blueprint

Focus moves from Select filter to outside page

开放

#6,368 创建于 2023年9月4日

 (3 条评论) (0 个反应) (0 位负责人)TypeScript (2,167 个派生)batch import
Domain: accessibilityP3Package: selectType: bughelp wanted

仓库指标

星标
 (20,263 个星标)
PR 合并指标
 (平均合并 43天 10小时) (30 天内合并 27 个 PR)

描述

Environment

  • Package version(s): 3.5+
  • Operating System: Mac OS 13.5.1
  • Browser name and version: Chrome 115.0.5790.170

Code Sandbox

Link to a minimal repro: https://blueprintjs.com/docs/#select/select-component

Steps to reproduce

  1. Open the select dropdown and click on the filter text input.
  2. Type any random characters to empty out the list.
  3. Hit tab twice and the focus will move to the address bar.

Actual behavior

The focus should move to the next available focusable element.

贡献者指南