0๐
- set the
v-select
into outlined - do this on style section
.custom >>> fieldset {
border-style: none;
}
-1๐
.select_class_name.v-text-field>.v-input__control>.v-input__slot:before {
border-style: none;
}
.select_class_name.v-text-field>.v-input__control>.v-input__slot:after {
border-style: none;
}
Just replace the class name with the name of the class on your v-select.
Source:stackexchange.com