How would I go about translating this React Hook Forms code in K/JS? ```<input {...register("exam...
e
How would I go about translating this React Hook Forms code in K/JS?
Copy code
<input {...register("example")} />
t
You can use
+
operator for props
e
Thanks @turansky!