Giter Site home page Giter Site logo

Comments (7)

crazyair avatar crazyair commented on July 24, 2024

用 useWatch?

from ant-design.

JackWang032 avatar JackWang032 commented on July 24, 2024

用 useWatch?

动态增减的List表单,用useWatch模式也没法精确知道哪个index下的哪个字段变化了

from ant-design.

crazyair avatar crazyair commented on July 24, 2024

用 useWatch?

动态增减的List表单,用useWatch模式也没法精确知道哪个index下的哪个字段变化了

Form.List 下面的 children 可以单独抽一个组件,然后组件里用 useWatch

const name= useWatch(['list', index , 'name'])

from ant-design.

JackWang032 avatar JackWang032 commented on July 24, 2024

方法可行,但是有点局限,只能依赖该行下的其他某个字段。对于更复杂的场景,如一行的字段依赖于其他所有行的某个字段是否变更就有点束手无措了

from ant-design.

crazyair avatar crazyair commented on July 24, 2024

方法可行,但是有点局限,只能依赖该行下的其他某个字段。对于更复杂的场景,如一行的字段依赖于其他所有行的某个字段是否变更就有点束手无措了

useWatch('list') 就是 list 所有行所有字段改变都会变

from ant-design.

JackWang032 avatar JackWang032 commented on July 24, 2024

方法可行,但是有点局限,只能依赖该行下的其他某个字段。对于更复杂的场景,如一行的字段依赖于其他所有行的某个字段是否变更就有点束手无措了

useWatch('list') 就是 list 所有行所有字段改变都会变

没有精确到具体哪个field依赖变更,直接依赖list存在性能问题

from ant-design.

crazyair avatar crazyair commented on July 24, 2024

方法可行,但是有点局限,只能依赖该行下的其他某个字段。对于更复杂的场景,如一行的字段依赖于其他所有行的某个字段是否变更就有点束手无措了

useWatch('list') 就是 list 所有行所有字段改变都会变

没有精确到具体哪个field依赖变更,直接依赖list存在性能问题

看你需求了

from ant-design.

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.