Autosize textarea with max 5 line limit, then show scrollbar
问题 Explanation: In Angular 2, on my chat screen, I want to increase the size of my chat screen as I type, to max 5 lines and then show scrollbar. How do I do it? Problem: Not behaving as expected. Scrollbar limit to 5 lines needs here, ideally contract, expand not working. Requirement: It should expand as I type and contract as I press backspace. After 5 lines it should show scrollbar. My code: home.ts autogrow(){ let textArea = document.getElementById("textarea") textArea.style.overflow =