English
Appearance
This method will allow users to programmatically focus on input. Make sure input's ref is registered into the hook form.
type setFocus = (name: string) => void
string
setFocus('test')
s