Join Slack
Powered by
How would I go about translating this React Hook F...
# 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
turansky
10/03/2023, 9:10 PM
Example
e
Edoardo Luppi
10/04/2023, 7:14 AM
Thanks
@turansky
!
2
Views
Open in Slack
Previous
Next