Vuetify Version: 2.1.0-beta.0
Vue Version: 2.6.10
Browsers: Edge 78.0.276.2
OS: Windows 10
See codepen
When a text field is dense, not outlined and the user enters a text, I'll expect that the label goes in the top part of the control
When a text field is dense, not outlined and the user enters a text, the label disappear
https://codepen.io/cafedo/pen/OJLGLZG?&editable=true&editors=101
@melbahja friendly ping since u are the PR author for dense
dense in md docs not clear, but if john want this i will open a new PR
https://codepen.io/dev0x0/pen/ExYJVKE
in dense mode non outlined are single line
https://github.com/vuetifyjs/vuetify/blob/v2.1.0-beta.0/packages/vuetify/src/components/VTextField/VTextField.ts#L139
@melbahja we had discussed this in discord. I requested @cafedo to make this issue. Label should remain, as there is a spec for it to exist in a non-outline scenario, and users can choose to toggle it off using the single-line prop
I didn't see it in discord :), ok i will open a new PR to fix this
Not a problem, was in sponsor chat. Should be pretty easy fix. Dense text field with a label should be 52dp height.
Ok, thanks @MajesticPotatoe for the support and thanks @melbahja for the PR that you will develop.