n0eyes / react-tiniest-form

react-tiniest-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

register option의 value 유무에 따라 controlled/uncontrolled input으로 동작하도록 변경

n0eyes opened this issue · comments

  • register option의 value를 적용하는 경우 controlled input으로 동작한다.(onChange와 함께 사용해야 한다.)
  • register option의 value를 적용하지 않는 경우 uncontrolled input으로 동작한다.(구독하지 않으면 리렌더링이 발생하지 않는다.)