티스토리 뷰
Error/React.js
Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string.
IT공부블로그 2019. 12. 19. 10:51728x90
반응형
input type="file"을 이용하여 파일탐색기를 불러오려했는데 발생한에러
value="파일찾기" 라는 속성을 넣어줘서 발생
value 지워주니까 정상작동
그런데 파일선택 -> 파일찾기로 어떻게 변환?
728x90
반응형
'Error > React.js' 카테고리의 다른 글
[React] Ineffective mark-compacts near heap limit Allocation failed (0) | 2019.12.24 |
---|---|
[React] 화면에 render 후 render한 component의 width 가져오기 (0) | 2019.12.23 |
[React] Too many re-renders. React limits the number of renders to prevent an infinite loop (7) | 2019.12.07 |
[React] 함수형 컴포넌트 name 첫글자는 대문자로 (0) | 2019.12.06 |
[React] create-react-app으로 src 등 제대로 만들어지지않을때 (0) | 2019.12.06 |
댓글