jd-opensource / drip-form

基于React和JSONSchema的动态表单解决方案
https://jd-opensource.github.io/drip-form/
MIT License
613 stars 73 forks source link

feat: 自定义ajv配置 #138

Closed mengshang918 closed 2 years ago

mengshang918 commented 2 years ago

Is your feature request related to a problem? Please describe.

137

Description

用户可以自定义ajv配置。对ajv进行定制

Describe the solution you'd like

添加ajvConfig prop来定制ajv。

const ajv = new Ajv(ajvConfig)

Describe alternatives you've considered

No response

Self-service

mengshang918 commented 2 years ago

Drip form 支持配置ajvOptions配置ajv option