Giter VIP home page Giter VIP logo

Comments (5)

TreeLiked avatar TreeLiked commented on July 29, 2024

+1, 怎么在联动数据那边配置,能拿到什么参数啊,一头雾水(😭)

from form-create-designer.

xaboy avatar xaboy commented on July 29, 2024

组件联动的配置规则: http://form-create.com/v2/guide/control.html

from form-create-designer.

TreeLiked avatar TreeLiked commented on July 29, 2024

你好,就是比如就是,能不能在这个附带数据里面拿到同表单内其他组件的值呢,这个表单是动态渲染的
image

from form-create-designer.

rujianwang avatar rujianwang commented on July 29, 2024

@xaboy
请问下 这个有解决方案吗?第二个下拉框 想要 获取 第一个下拉框的值 要怎么设置啊

from form-create-designer.

yashucn avatar yashucn commented on July 29, 2024

在配置页面,如何匹配两个组件联动?

用联动数据
[{
"handle": function(val, fApi) {
if (val == 1) {
fApi.disabled(true, 'courseSuitableMajorList');
} else {
fApi.disabled(false, 'courseSuitableMajorList');
}
return val === 1;
},
"rule": [{
"field": "courseSuitableMajorList",
"hidden": true,
"display": false
}]
}]

from form-create-designer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.