-
### Description:
[![image.png](https://files.gitter.im/564880e216b6c7089cbac6e4/1jbE/thumb/image.png)](https://files.gitter.im/564880e216b6c7089cbac6e4/1jbE/image.png)
[](https://formbuilder.onlin…
-
If the template is built using separate formRender methods (i.e. outside, primaryTabs, secondaryTabs) then changing a `dependsOn: myfield` field will not trigger `filterfields` when fields are defined…
-
### Description: TypeError: $(...).formRender is not a function
### Environment Details:
in React showing this issue when Save form and
onSave: function(evt, formData) {
$('#render-wrap')…
-
### Description:
Per https://formbuilder.online/docs/formRender/actions/userData/ the userData property on the formRender object should be an object with the current form values
3.8.0 changed th…
-
- react:
- form-render:
- antd:
一行多列的情况下如何调整组件之前的间距
![image](https://user-images.githubusercontent.com/33271366/167098482-f72eb6da-6385-45ec-995b-221cbdfce7f4.png)
-
### Description:
For the checkbox-group, if **required = true**, then checkbox items remains unselected even if userData provided.
You can check here, https://codepen.io/mvir/pen/wvdVmQd
### En…
-
-
hi,
Is there a way to remove the injected style from the formRender ?
I tried the option { disableInjectedStyle: 1 }, but that didn't remove the injected style, rendered-form. I am using the v…
-
**1.依赖仓库的版本(Dependencies versions)**:
- react:17.0.40
- form-render:1.9.5
- antd:4.19.2
**2.问题描述(Bug description)**:
组件为hidden状态,onFinish仍会拿到值
**3.最小复现 demo(Reproduction demo)**:
{
t…
-
Maybe I am missing something but is there a way to check if the field were filled? I see that you can set a required field but cant seem to check if they were filled. Any ideas?