moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component

Home Page:http://react-autosuggest.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set an action for Mouse button in react js botframework webchat?

thomas023 opened this issue · comments

Hi, In my botframework webchat i have created custom suggestions and when i click on an option from the suggestion, it comes to the text input area and then i have to press enter to send the message. But i want to change that, like i want the message to be sent once i click on the suggestion. How can i bind that acton to my mouseclick. Any help would be really appreciated.