We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
johnleider
KaelWD
MajesticPotatoe
yuwu9145
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 2.4.3 Vue Version: 2.6.1 Browsers: Chrome 89.0.4389.82 OS: Windows 10
Go to a page with v-text-field outlines. right click and translate from english to norwegian. the result will add inside fieldset => legend element.
You can test this on vuetify website on v-text-field documentation. Codepen doesn't reproduse it right.
Not adding these values.
vuetify text fields
Looks like it is only on outlined v-text-fields
The text was updated successfully, but these errors were encountered:
As a workaround I use
Vue.prototype.$fixChromeTranslate = function() { const spans = document.querySelectorAll('div.v-input__slot span') Array.prototype.forEach.call(spans, function(span) { span.classList.add('notranslate') }) }
Sorry, something went wrong.
I have the same problem in my project, when I translate it from russian to english. It is only on outlined v-text-fields, it could be connected with this issue: https://support.google.com/translate/thread/19809319/zero-width-space-%E2%80%8B-gets-weird-translation-to-german-and-french?hl=en
I had to shut down translation in all project, by adding <html lang="ru" translate="no"> in index.html
<html lang="ru" translate="no">
6bb9484
No branches or pull requests
Environment
Vuetify Version: 2.4.3
Vue Version: 2.6.1
Browsers: Chrome 89.0.4389.82
OS: Windows 10
Steps to reproduce
Go to a page with v-text-field outlines. right click and translate from english to norwegian. the result will add inside fieldset => legend element.
You can test this on vuetify website on v-text-field documentation. Codepen doesn't reproduse it right.
Expected Behavior
Not adding these values.
Actual Behavior
Reproduction Link
vuetify text fields
Other comments
Looks like it is only on outlined v-text-fields

The text was updated successfully, but these errors were encountered: