This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Blue - v1.9.1
Input: ScrollToBottom to account for padding
GIF demo's the bottom 30px padding is preserved on Enter press.
This update improves the Input scrollToBottom handling in multiline mode.
The scrolling mechanism now factors padding-bottom when pressing enter
for new line.
By default, the browser does not do this. Padding values are not
taken into consideration with textarea or contentEditable elements
autoscroll when paging (up/down/enter).
Note: This update doesn't add support for arrow/mid-content overflow paging.
I tried. It was wayy too difficult.
I had something kinda working, but it wasn't reliable.
