We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315ed9c commit 6bb9484Copy full SHA for 6bb9484
packages/vuetify/src/components/VTextField/VTextField.ts
@@ -373,6 +373,7 @@ export default baseMixins.extend<options>().extend({
373
const width = !this.singleLine && (this.labelValue || this.isDirty) ? this.labelWidth : 0
374
const span = this.$createElement('span', {
375
domProps: { innerHTML: '​' },
376
+ staticClass: 'notranslate',
377
})
378
379
return this.$createElement('legend', {
0 commit comments