<Parent> /* event to fetch all refs value and submit */
<Child>
<stateless function />/*this is all the refs sittin*/
</Child>
</Parent>
我不知道父母如何從孩子獲得所有參考?在此先感謝
我是新來的反應。我無法弄清楚如何完成這項工作。 這[參考文獻到組件] ref={(node) => {this.loginMobileInput = node}}
給了我錯誤 Uncaught (in promise) TypeError: Cannot set property 'loginMobileInput' of undefined
at ref (eval at ./ap
表單驗證後,我無法讀取屬性ref。結果是undefined,我不明白爲什麼。 import React from 'react';
import {Link} from 'react-router-dom';
export default class Home extends React.Component {.
handleSubmit(e){
e.preventDefaul