<input autofocus type='text' />
하니 에러가 발생한다.
autoFocus로 대소문자 구분을 한다.
다른 방법으로는
ref={input=>input.focus()}
관련링크
https://stackoverflow.com/questions/28889826/react-set-focus-on-input-after-render
http://www.jackcallister.com/2014/11/25/autofocus-in-react-js.html
'FrontEnd > react' 카테고리의 다른 글
react-data-grid (0) | 2018.06.23 |
---|---|
react-data-grid 정리#1 table cell word-wrap 문제 (0) | 2018.05.29 |
component, route, children (0) | 2018.04.17 |
react typescript로 시작하기 (0) | 2018.04.16 |
표현 컴포넌트와 컨테이너 컴포넌트 (0) | 2018.04.15 |