LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.71k stars 596 forks source link

Add onFocus to Input so that it can accept value programmatically #338

Closed dgg32 closed 2 years ago

dgg32 commented 2 years ago

I have raised this issue. Currently there is no way to set the "value" in Input. This onFocus makes it possible.