在模块对话框中,我想更改输入值(#quaggaIsbn)的值。如何更改Formik发送到服务器的值? ? NewProjectDialog.js import React from 'react';import { Formik, Field, Form } from 'formik'
import { TextField} from
如果我有一个函数组件,并且想要在Formik标记之外设置一个值,我该怎么做呢?下面是我用来做进一步说明的代码。// Set the value of the number field here... <Screen> <FormField name="number" placeholder="Number" />