vuetify
vuetify copied to clipboard
[Bug Report][3.0.0-beta.14] Empty space between hint and input field in VTextarea if hint is multiline
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?
This can probably be solved by removing the min-height and adding margin-top.
fixed in https://vuetifyjs.com/en/getting-started/release-notes/?version=v3.4.4
Specifically #18696