Skip to content

react-hook-form

Latest

Choose a tag to compare

@jsk1107 jsk1107 released this 18 Oct 11:20
· 12 commits to master since this release
  1. register 사용하기
  • message, validate(인자로 data를 받아서 메시지 전달 가능)
  1. handleSubmit으로 데이터 검증하기
  • 인자로 유효할때 실행하는 함수를 받음
  • 함수 내부에서 검증
  1. setError
  • Error가 발생할 경우 message를 전달할 수 있음.
  1. watch