Kael

Results 390 comments of Kael

I think the idea was that if you want to do anything more than the default you should use the slot instead.

I think the reason for this is VTextField always passes a details slot for the counter, if the details slot replaced messages then VTextField would have to reimplement messages too.

To be fair we should probably be using VOverlay for temporary drawers so they interact with menus and close when back is pressed and prevent scrolling when open.

The default background-color is now on `td` instead of `.v-data-table`

The v2 inline API had a single search for all item types, it was only separate on API pages. ![Screenshot_20230331_224711](https://user-images.githubusercontent.com/16421948/229112031-7905b8c7-a1f3-4e4d-9b9b-520fdc456d8b.png)

Textareas shouldn't be centered ![Screenshot_20230504_002845](https://user-images.githubusercontent.com/16421948/235946845-ba51140e-35fc-486c-8281-ccb6a0f420e4.png) master: ![Screenshot_20230504_002929](https://user-images.githubusercontent.com/16421948/235946751-178da090-2151-4369-b7e4-f1a721d0f05b.png)

> labels are aligned to middle by default in vfield, textarea overrides default behaviour and align it to top Should be the other way around I think (textarea overrides and...

Inner icons too high in plain/underlined ![Screenshot_20230515_225826](https://github.com/vuetifyjs/vuetify/assets/16421948/feeb84a9-5ac7-4e3a-a484-26add55c1d3f) Plain label too high (before/after) ![Screenshot_20230515_230001](https://github.com/vuetifyjs/vuetify/assets/16421948/dec041e8-2c97-4c4e-b13d-0b4bbe93d92a) ![Screenshot_20230515_225943](https://github.com/vuetifyjs/vuetify/assets/16421948/29870b5c-8ffb-4954-8e30-da41fafe3fae)

We had center for outlined/filled/solo and inline for plain/underlined

Slightly updated playground from #16132: ```html export default { name: 'Playground', setup () { }, data: () => { return { showLabels: [ true, false, ], prependIcon: false, prependInnerIcon: false,...