When using textarea(), both the rows option and manual resizing are currently constrained by a max-height of calc(14em + 8px) (defined in the Inputs CSS). This value can only be overridden via a custom stylesheet or an inline style on the textarea element.
When using
textarea(), both therowsoption and manual resizing are currently constrained by a max-height ofcalc(14em + 8px)(defined in the Inputs CSS). This value can only be overridden via a custom stylesheet or an inline style on thetextareaelement.