Closed doumart closed 5 years ago
I don't know if it is possible but it could be convinient to scroll at the bottom instead to follow the new letters displayed.
This should now be possible using the new onTyping method. A modification of the following code should do the trick:
onTyping
<Typing {...otherProps} onTyping={() => { window.scrollTop = window.scrollHeight; }} />
I don't know if it is possible but it could be convinient to scroll at the bottom instead to follow the new letters displayed.