I try to remove underline from v-input, v-text or v-autocomplete fileds in Vuetify, but I couldn't find how
Is there any way to remove underline from v-input, v-text or v-autocomplete fileds in Vuetify.
On v-text add "solo" and "flat" prop. works on v-input and v-autocomplete.
<v-text-field flat solo></v-text-field>
Flat: description from vuetify documentation "Removes elevation (shadow) added to element when using the solo or solo-inverted props"
There is a playground in vuetify which can help you as well. https://vuetifyjs.com/en/components/text-fields/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With