GithubHelp home page GithubHelp logo

在 FormItem 里使用 render 渲染组件,在组件上 onChange 事件里 set 两个表单值,导致validate失效 about alist HOT 1 CLOSED

alibaba avatar alibaba commented on April 25, 2024
在 FormItem 里使用 render 渲染组件,在组件上 onChange 事件里 set 两个表单值,导致validate失效

from alist.

Comments (1)

quirkyshop avatar quirkyshop commented on April 25, 2024

两种解决方法:

  1. 不需要升级版本, 增加name即可,这种写法有一种局限,就是只能是单字段,如果render返回多字段就参考方法2
<FormItem label="发起人" name="publisherId" ... >
  1. 升级到最新版本, 添加onChange API在 FormItem
<FormItem name="publisherId" onChange={() => {
    // 原本被formitem劫持的onChange这里可以监听到
}}>
    <Select options={list} />
</FormItem>

from alist.

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.