register
not registering field with name has a single quote in the middle,
#7494
-
I' m passing name with template literal's as import "./styles.css"; export default function App() { <input {...register( register ${name} )} /><select {...register("gender")}> female male other ); } const rootElement = document.getElementById("root"); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
please avoid special character and also see if you can provide a codesandbox next time with questions. |
Beta Was this translation helpful? Give feedback.
please avoid special character and also see if you can provide a codesandbox next time with questions.