🐛 Fix search in combobox loosing focus when searching with preselected items #1058
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request | |
on: | |
pull_request: | |
branches: [main, next] | |
paths: | |
- "**" | |
- ".github/workflows/**" | |
workflow_dispatch: | |
jobs: | |
eslint: | |
name: ESLint | |
uses: ./.github/workflows/eslint.yaml | |
test: | |
name: Test | |
uses: ./.github/workflows/test.yaml | |
code-coverage: | |
name: Code coverage | |
uses: ./.github/workflows/code_coverage.yaml | |
build: | |
name: Build | |
uses: ./.github/workflows/build.yaml | |
build-storybook: | |
name: Build storybook | |
uses: ./.github/workflows/build_storybook.yaml |