방명록
- [React.js] textarea에 글이 써지지 않는 문제 해결2023년 03월 03일 16시 52분 33초에 업로드 된 글입니다.작성자: DandyNow728x90반응형
회사에서 React.js 프로젝트에 투입될 예정이라 인프런 강의로 학습하던 중 [그림 1]과 같이 textarea에 글이 써지지 않는 문제가 발생했다. 콘솔창에는 아래와 같은 에러 메시지가 표시되었다. input 태그의 value 속성이 아닌 defaultValue 속성으로 변하는 값을 받아 해결할 수 있었다.
Warning: You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.
참고한 내용
https://bbangaro.tistory.com/28
추가(2023-03-06)
"value={this.state.value} onChange={this.onChangeInput}"와 같이 value, onChange를 같이 써도 됨.
728x90반응형'언어·프레임워크 > React.js' 카테고리의 다른 글
[React.js] 컴포넌트에서 svg 파일 import 하기 (0) 2023.04.27 [React.js] Cannot read properties of undefined 해결 (0) 2023.04.24 [React.js] useInput 커스텀 Hooks 사용시 input 창 두 개 이상일 경우 앞서 작성한 내용이 사라지는 현상?? (0) 2023.04.21 [React.js] "Uncaught Error: Too many re-renders. React limits the number of renders to prevent an infinite loop." 해결 (0) 2023.04.03 [React.js] 배열을 객체로 변경하던 중 만난 에러 해결 (0) 2023.03.21 다음글이 없습니다.이전글이 없습니다.댓글