Check if input field is changed
问题 I am making a stepper form using React. And the form structure is almost done.. There are two steps, -> Basic Details -> Employment Details Here a form context has been used to fill out the input field default value and also if any changes made then that gets stored via state. form-context.js import React, { useState } from 'react'; export const FormContext = React.createContext(); export function FormProvider({ children }) { const [formValue, setFormValue] = useState({ basicDetails: {