js,ts/react and g-library
[react]input losing focus when rerendering
lee0lee
2022. 1. 28. 10:19
https://stackoverflow.com/questions/22573494/react-js-input-losing-focus-when-rerendering
React.js - input losing focus when rerendering
I am just writing to text input and in onChange event I call setState, so React re-renders my UI. The problem is that the text input always loses focus, so I need to focus it again for each letter ...
stackoverflow.com
결론: 키의 문제다