Skip to content

Commit 6bb9484

Browse files
committed
fix(VTextField): don't translate outlined fieldset
fixes #13256
1 parent 315ed9c commit 6bb9484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/vuetify/src/components/VTextField/VTextField.ts

+1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ export default baseMixins.extend<options>().extend({
373373
const width = !this.singleLine && (this.labelValue || this.isDirty) ? this.labelWidth : 0
374374
const span = this.$createElement('span', {
375375
domProps: { innerHTML: '&#8203;' },
376+
staticClass: 'notranslate',
376377
})
377378

378379
return this.$createElement('legend', {

0 commit comments

Comments
 (0)