Skip to content

fix: prevent focus of disabled select components #341

fix: prevent focus of disabled select components

fix: prevent focus of disabled select components #341

Workflow file for this run

name: Chromatic
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions: read-all
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # tag=v4.0.3
with:
node-version: 18
- name: Install dependencies
run: |
npm ci
npx lerna run prepack
- name: Publish to Chromatic
uses: chromaui/action@fbf458b6cd4dfd06cf25c06e937bea66b93a0587 # tag=v11.5.5
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
exitOnceUploaded: true