FormCreate

Results 237 comments of FormCreate

感谢反馈 @thpngj 1. tojson和err状态的问题,下个版本修复. 3. 第二个用_on来配置这个思路是正确的, 实现后欢迎PR

1.0.10版本已修复 @thpngj

感谢反馈, 下个版本修复

可以通过自定义属性实现

试试 ``` [{ required: true, pattern: '^1[3456789]\d{9}$', message: '手机号码格式错误' }], ```

使用 ``` {type:rangePicker} ``` 或者 ``` {type:'datePicker', props: {mode:'date', range: true }} ```

Currently, it only supports obtaining through `field`. In what scenarios do we need to obtain `dom` of similar components?