[Vuejs]-Vuetify: how to appear v-text-field label inside input

0👍

The bottom border of the input is placed via :before of the .v-input__slot,
https://codepen.io/eligiv/pen/wvgmbjX

I put the :before in display: none & design the main input (via scss).

Hope its helped!

Leave a comment