我在“reduxForm”组件之外有我的提交按钮 如果表单无效,我如何禁用该按钮?
<MainComponent><MyForm/><MyButton disabled={???}/></MainComponent>
redux-form
redux-form ×1