Skip to content

Only send checkbox/radio values for remote validation if checked #177

Only send checkbox/radio values for remote validation if checked

Only send checkbox/radio values for remote validation if checked #177

Workflow file for this run

name: Build aspnet-validation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm install
- run: npm run build --if-present