Skip to content

fix(shop/Select): move 'onKeyDown' from wrapper 'div' to trigger 'button' for a11y #662

fix(shop/Select): move 'onKeyDown' from wrapper 'div' to trigger 'button' for a11y

fix(shop/Select): move 'onKeyDown' from wrapper 'div' to trigger 'button' for a11y #662

Workflow file for this run

name: PR
on:
pull_request:
jobs:
pr:
name: PR
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Run Build
run: pnpm build
- name: Run Tests
run: pnpm test