antd自定義組件初始值沒有返回或者設置initialValue,form.validateFields不會執行驗證

在自定義組件中加個componentDidMount返回初始值就能夠啦web componentDidMount() { const { onChange } = this.props; onChange({ ...this.state, }); }
相關文章
相關標籤/搜索