더북(TheBook)

5.2.3.1 input에 ref 달기

5.2.1절에서 배운 대로 콜백 함수를 사용하여 ValidationSample 컴포넌트에도 ref를 달아 보세요.

ValidationSample.js의 input 요소

(...)
        <input
          ref={(ref) => this.input=ref}
          (...)
        />