fix(select): fix the issue where the popover for a disabled select can still open using keydown events #323
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: 'Verify and Preview' | |
on: | |
pull_request: | |
branches: | |
- next | |
permissions: | |
pull-requests: read | |
jobs: | |
verify: | |
uses: trendyol/baklava/.github/workflows/verify.yml@next | |
secrets: inherit | |
chromatic: | |
uses: trendyol/baklava/.github/workflows/publish-chromatic.yml@next | |
needs: verify |