Open ghost opened 7 years ago
@hkkhchan 其實也是可以的,只是官網上範例是使用 refs 取得值這樣~
@kdchang 但我確是跟著教程打, 然后在chrome dev tool檢查ref, 發現沒有textarea這個property. 另外我也看到有人都遇到這個問題
比如:
http://stackoverflow.com/questions/35230020/this-refs-something-returns-undefined
跟著我在官網找到有關ref的說明. 它的寫法也不同. 好像ref=textarea
已經過時. 我不肯定.
https://facebook.github.io/react/docs/refs-and-the-dom.html
Ref的範例, 我無法執行.
代碼中的textarea, 沒有落入ref.
https://github.com/kdchang/reactjs101/blob/master/Ch04/props-state-introduction.md#refs-與表單處理
我是將
handleChange()
方法改成這样. 才順利執行但不知道這样做, 是否一個好方法?