vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.0.0-beta.14] Empty space between hint and input field in VTextarea if hint is multiline

Open 0140454 opened this issue 2 years ago • 2 comments

Environment

Vuetify Version: 3.0.0-beta.14 Vue Version: 3.2.41 Browsers: Chrome 106.0.0.0 OS: Linux x86_64

Steps to reproduce

Pass a very long string via prop hint.

Expected Behavior

Same space as single-line hint

Actual Behavior

No space between hint and input field

Reproduction Link

https://codepen.io/0140454/pen/qBodJoR?editors=1010

Other comments

I'm not sure whether it is a bug, but no matter how many lines the hint has, maybe it is better if the space between hint and input field is as same as single-line hint?

By the way, VMessage's prop messages accepts string | string[], but VTextarea's prop hint only accepts string, is it expected?

0140454 avatar Oct 22 '22 07:10 0140454

@johnleider this is still present in V3 - not sure if it's expected or a bug though.

V3.2.2 repro

image

lioneaglesolutions avatar May 04 '23 00:05 lioneaglesolutions

This can probably be solved by removing the min-height and adding margin-top.

johnleider avatar May 04 '23 17:05 johnleider

fixed in https://vuetifyjs.com/en/getting-started/release-notes/?version=v3.4.4

johnleider avatar Jan 30 '24 04:01 johnleider

Specifically #18696

KaelWD avatar Jan 30 '24 04:01 KaelWD