Open clarkk opened 7 years ago
If a textarea is initiated with autogrow when it is hidden with display:none it doesn't work.. The padding in the bottom is too high (is more than one line/row)
autogrow
display:none
https://jsfiddle.net/sLkg3nx5/2/
How to remove autogrow from the element and then set it again later when it is visible?
If a textarea is initiated with
autogrow
when it is hidden withdisplay:none
it doesn't work.. The padding in the bottom is too high (is more than one line/row)https://jsfiddle.net/sLkg3nx5/2/
How to remove
autogrow
from the element and then set it again later when it is visible?