On Click of any suggestion item onChange
event of textarea is not getting fired.
#60
Unanswered
Sachin-chaurasiya
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Are you able to bind an event listener without React? Do you have a reproduction in an environment I can see, for example Codepen? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using this library with reactjs and I have attached the onChange handler to capture the textarea changes and store them in the state. but whenever I click on any suggestion item it's get added to the text area but the change event is not firing up.
CC: @keithamus
Beta Was this translation helpful? Give feedback.
All reactions