File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
packages/vuetify/src/components Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ export const VFileInput = genericComponent<VFileInputSlots>()({
252252 'v-file-input--chips' : ! ! props . chips ,
253253 'v-file-input--dragging' : isDragging . value ,
254254 'v-file-input--hide' : props . hideInput ,
255+ 'v-input--plain-underlined' : isPlainOrUnderlined . value ,
255256 } ,
256257 props . class ,
257258 ] }
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ export const VTextField = genericComponent<VTextFieldSlots>()({
183183 {
184184 'v-text-field--prefixed' : props . prefix ,
185185 'v-text-field--suffixed' : props . suffix ,
186+ 'v-input--plain-underlined' : isPlainOrUnderlined . value ,
186187 } ,
187188 props . class ,
188189 ] }
Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ export const VTextarea = genericComponent<VTextareaSlots>()({
263263 'v-text-field--suffixed' : props . suffix ,
264264 'v-textarea--auto-grow' : props . autoGrow ,
265265 'v-textarea--no-resize' : props . noResize || props . autoGrow ,
266+ 'v-input--plain-underlined' : isPlainOrUnderlined . value ,
266267 } ,
267268 props . class ,
268269 ] }
You can’t perform that action at this time.
0 commit comments