react-hook-form / documentation

📋 Official documentation
http://react-hook-form.com
MIT License
726 stars 1.04k forks source link

The `RegisterOptions` type does not match the documentation #1038

Closed RedHatter closed 10 months ago

RedHatter commented 10 months ago

Version Number

7.49.3

Codesandbox/Expo snack

sandbox link

Steps to reproduce

The documentation for the register function lists ref as an available option however there is no such property on the RegisterOptions type.

Expected behaviour

The documentation and the RegisterOptions type to agree on the valid options for the register function.

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Code of Conduct