Ionic textarea hight

Thank you for your hint. Using css is something I have to keep in mind.

Finally I put this in my page.css

textarea.text-input {
display: block;
height: 250px;
}

and it works fine.

Thanks.

1 Like