import React from 'react' import { Field, reduxForm } from 'redux-form' const ... export const minLength = min => value => value && value.length < min ?
確定! 回上一頁