Skip to content

fix: 修复 Select 多选模式下,开启 onFilter 后且使用 open 做面板受控打开时,自动聚焦失效的问题 #1133

fix: 修复 Select 多选模式下,开启 onFilter 后且使用 open 做面板受控打开时,自动聚焦失效的问题

fix: 修复 Select 多选模式下,开启 onFilter 后且使用 open 做面板受控打开时,自动聚焦失效的问题 #1133

Workflow file for this run

name: test
on:
pull_request:
branches: ['*']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.19.1]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.release.tag_name}}
- name: Use Pnpm
uses: pnpm/action-setup@v4
with:
version: 9.4.0
- name: dependencies
run: pnpm install --frozen-lockfile
- name: Component Test
run: pnpm run test