jd-opensource / drip-form

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

fix(generator): verification configuration is not initialized correctly when switching components #239

Closed mengshang918 closed 2 years ago

mengshang918 commented 2 years ago

Motivation

切换组件时,必填错误文案配置丢失,变成指定必填项。 image

why

错误文案配置(commonErrTipSchema)是一个数组。在viewport区域切换组件时,commonErrTipSchema未重置

Have you read the Contributing Guidelines on pull requests?

Y

Test Plan

N

Related PRs

N