export default reduxForm({ form: 'user-name', initialValues:{selectOne: 'two'}, validate:(value, props) => { // reduxForm的validate属性,是 ...
確定! 回上一頁