text area automatically growing not working if label display is set to off

1
Hi Community,  I am experiencing strange behavior of autogrow of a text area input widget: When the property “show label” is set to “no” the auto growing is not working anymore.  When the property is set to “yes” and the label is “stealing” the space left side of the widget the automatic growing is working as expected.  Anyone else experienced this? Any solution except displaying the label? Thanks in advance Maurice 
asked
1 answers
0

Hi Maurice,

This seems like a styling bug in the core stylesheets so perhaps you can create a ticket for it. I could reproduce it and fix it by for example adding display: block; to the styling of the text area. 

Hope this helps!

answered