有没有一种方法可以根据两个单选按钮(含2个项目)有条件地清除一个字段?
第一项呈现字段。单击第二个应删除该字段以及该字段的内容。单击第二个按钮时,我执行了以下formikProps.setFieldValue(“ FieldName”,“”)。
但这会引发以下警告:
Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.