๋ชฉ๋กdefaultvalue (1)
๐ค ์์งlog ๐ค
[ERROR] 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`.
form ํ๋์ value๋ฅผ ์ฌ์ฉํ๋ฉด์ onChange ํธ๋ค๋ฌ๋ฅผ ์ค์ ํ์ง ์์ ๋ฐ์ํ๋ ์๋ฌ โ ํด๊ฒฐ๋ฐฉ๋ฒ 1. onChange ํธ๋ค๋ฌ ์ค์ const onChange = () => { // onChange ์ด๋ฒคํธ } 2. defaultValue ์ต์ ์ค์ : value ์ต์ ์ defaultValue๋ก ๋ณ๊ฒฝ 3. readonly ์ต์ ์ถ๊ฐ
๐ฅ TIP
2023. 10. 30. 15:54