Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

p0k3rface's avatar

Input width and height

Hello guys, how can I make textarea with width 100px and height 50px? type = textarea doesn't work for some reason, is there anything specific in Vue?

0 likes
3 replies
Sergiu17's avatar

Not related to Vue at all, share your code please

1 like
p0k3rface's avatar
<input type='textarea' style="width: 100px; height: 100px" /> 
It acts like input type of text and when i type it appears in the center of whole input, not in top left corner

Please or to participate in this conversation.