https://kotlinlang.org logo
#javascript
Title
# javascript
e

Edoardo Luppi

10/03/2023, 8:59 PM
How would I go about translating this React Hook Forms code in K/JS?
Copy code
<input {...register("example")} />
t

turansky

10/03/2023, 9:10 PM
You can use
+
operator for props
e

Edoardo Luppi

10/04/2023, 7:14 AM
Thanks @turansky!
2 Views