Move to Next Field on Key Press
Hello,
I want to achieve this behavior just like what setFocus does in RHF. Does Tanstack Form provide this type of behavior or is there a way so that I don't have to create
useRef
manually just to make it focus after each keypress (enter)?2 Replies
compatible-crimson•4mo ago
As far as I know, the react adapter of tsf doesn‘t have that feature yet
probable-pinkOP•4mo ago
Okay, thanks for the answer!