vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.0.0-beta.6] VSelect with no label should centered item value

Open trikarai opened this issue 2 years ago • 0 comments

Environment

Vuetify Version: 3.0.0-beta.6 Last working version: 2.6.2 Vue Version: 3.2.29 Browsers: Chrome 104.0.0.0 OS: Windows 10

Steps to reproduce

  1. VSelect no label
  2. select item
  3. to much padding top

Expected Behavior

item should align-center

Actual Behavior

empty label make padding different on top and bottom

Reproduction Link

https://codepen.io/trikarai/pen/rNdrGBR

trikarai avatar Aug 10 '22 05:08 trikarai

@johnleider this supports what I was saying about single-line being redundant when you can just use a placeholder, v2 used it if there was no label but that'd conflict with also disabling items wrapping: https://github.com/vuetifyjs/vuetify/blob/6e3d83f24c15bf02e120e6ee1244018dfeb78c73/packages/vuetify/src/components/VTextField/VTextField.ts#L166-L174

KaelWD avatar Aug 10 '22 09:08 KaelWD