1 Answer · Create ref in render method: <input ref={input => this.inputElement = input} /> · Apply click event in your event handler: this.inputElement.click() ...
確定! 回上一頁