Skip to content

MultiSelect fix form validation not resetting when required prop changes #575

MultiSelect fix form validation not resetting when required prop changes

MultiSelect fix form validation not resetting when required prop changes #575

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
release:
types: [published]
jobs:
tests:
uses: janosh/workflows/.github/workflows/npm-test-release.yml@main
with:
install-cmd: npm install --force
test-cmd: npm run test:unit