I have below functional component
const Form = () => { let useRefId = React.createRef(); const [value, setValue] = useState(\'\'); const evetHandler =