In the VALIDATION section, then React Hook Form.
When I open the form in CodeSandBox, and I start to fill it in order, I first enter my name, then my email, and if I press the submit button, the validation should go to the password field, but then it happens
ERROR: e.focus is not a function.
Which doesn't make sense to me because I didn't change your code.
I would like you to test this, I think the problem is in your Password component, because when I change to InputText everything works normally.
The problem is when I pass all the props from the field {...field}, and then the components don't work: Password, InputNumber, Dropdown
Any help is appreciated
