-
I have just tried to use `form-render` with Ant.Design 5 and it crashed with the following
```
×
Error: Cannot find module 'antd/es/time-picker/style'
▶ 12 stack frames were collapsed.
__webpac…
-
Hi, I've been trying to get FormRender to work in my React Application. Sorry if there is already documentation for this - I've looked through and couldn't find anything.
I understand for non-react…
-
### 期望的新功能 (describe the expected new feature)
希望fr-generator能支持传入formRender
### 简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need)
我们这边业务上会对formRender包一层,比如扩展ma…
-
**1.依赖仓库的版本(Dependencies versions)**:
- react:17.0.1
- form-render:1.14.7
- antd:4.17.0
**2.问题描述(Bug description)**:
**问题1**:使用FormRender 提供的upload组件虽然可以上传,但是无法使用其他props。比如多选的参数multiple,heade…
-
### 期望的新功能 (describe the expected new feature)
目前使用watch监听表单内具体字段的变化的方式如下:
```
const watch = {
// # 为全局
'#': val => {
console.log('表单的时时数据为:', val);
},
input1: val => {
if (va…
-
所以colon应该怎么用呢, 在表单设计器中设置 `colon:false` 没生效:
![image](https://user-images.githubusercontent.com/8953052/192745438-717e27d1-923c-4fc5-a815-89bd1b4ff5a8.png)
![image](https://user-images.githu…
-
Hello,
I am using render form 3.x and I need to give hte possibility to uncheck radio input. The click event is triggered only in check state. How I can force the triggerChange on unselect.
I app…
-
### 期望的新功能 (describe the expected new feature)
提供api接口,可以不通过formRender组件UI渲染就可以判断当前数据是否合法
### 简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need)
const schema = {
"t…
-
Manual cherrypick required.
#260 failed to apply on top of branch "release-1.3":
```
Applying: fix: use template can not be edited
Using index info to reconstruct a base tree...
M src/components/Form…
-
**1.依赖仓库的版本(Dependencies versions)**:
- react:
- form-render:
- table-render:
- antd:
**2.问题描述(Bug description)**:
如题;
代码位置:packages/form-render/src/index.d.ts:5
**3.最小复现 demo(Rep…