This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
scroll/focus issue with texarea inside md-input-container #6800
Closed
Description
When the input-container has a max-height but the content of the textarea exceeds that, and also has overflow:auto
when navigating or entering new text it automatically scroll to the top.
codepen(based in master since the codepens for 1.0.2 was broken), you need to enter the text area for it to show.
There are some similar issues regarding textarea, but they seem subtly different: example #6296, #3070
nearest one i think is #2007