1.0.3 • Published 1 year ago

@massdriver/rjsf-validator v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Massdriver RJSF Validator

Massdriver's custom RJSF Validator.

This package provides Massdriver's custom implementation of the RJSF-AJV8 Form Validator. It adds custom configuration options to AJV8, as well as a list of custom validation methods.

Usage

To install the package, run to following:

npm install @massdriver/rjsf-validator --save

To make use of the package, simply import the validator:

import validator from '@massdriver/rjsf-validator'

// or

const validator = require('@massdriver/rjsf-validator')

Once imported, you can use the validator in place of any RJSF validator. For more specifics on where to use RJSF validators, see the RJSF docs here.

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago