We are now using Formik. So we replaced all <input... with <Field... in our components, eg. const Checkbox = (props) => { ... return ( <div ...
確定! 回上一頁