Auto-completion : How to replace the input field of the Webchat with your own react-select element
问题 I have a React app and I want to replace the input bar of the Webchat with my own select element (I'm using react-select). Here is the select element under the webchat: return ( <div className="WebChat" > <ReactWebChat //WebChat className={ `${ className || '' } web-chat` } directLine={ this.createDirectLine(token) } store={ store } styleSet={ styleSet } /> <Select //my select element autoFocus="true" className="basic-single" classNamePrefix="select" defaultValue={'default'} isClearable=