This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Allow specifying minimum height on autogrow textarea #8161
Open
Description
I have a scenario where I'd like to set the minimum height of a textarea dynamically, and still incorporate the autogrow/shrink behavior that is currently available. This is desirable in order to make UI elements line up correctly in a default layout.
Currently, setting min-height on the textarea
element directly, it will be removed by the autogrow code.