Vuetify: 1.1.4
Vue: 2.5.16
Browsers: Chrome 67.0.3396.99
OS: Windows 10
v-textarea with label and full-width
same as without full-width, label on top
label keeps position inside full-width
Looking into it.
Hi @monsdroid . Sorry! Haven't been able to look into it due to personal things. I'll check it out as soon as I can.
@KaelWD , @johnleider - is this really required ?
https://github.com/vuetifyjs/vuetify/blob/dev/src/stylus/components/_text-fields.styl#L260-L261
this is causing the bug. I don't think floating labels are tested with the texarea with the full-width prop set. The bug can also be seen at https://vuetifyjs.com/en/components/text-fields#example-full-width-with-character-counter
If we remove the top calculation for the textarea label, it works as expected.
Further investigation.

Both of these styles force the label to come down. I am not sure of the required behaviour with all the combinations of single-line and full-width props
Didn't realize I got assigned to it. Will check it out today.
Are there any updates on this?
Also wondering if there was any progress on the v-textarea label relocation when users start to enter data :)