jd-opensource / drip-form

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

feat(generator): options add pointerEvents to configure whether the V… #192

Closed mengshang918 closed 2 years ago

mengshang918 commented 2 years ago

Motivation

options prop 添加pointerEvents配置,用来控制拖拽出来的表单在viewport区域是否可点击

pointerEvents默认为none不可点击,pointerEvents为auto时,可以点击。

Have you read the Contributing Guidelines on pull requests?

Y

Test Plan

N

Related PRs

N