Must-share information
- which versions are you using: 10.5.1.90531
- Vue version: 2.6.12
- Vuetify version: 2.3.12
- how is SonarQube deployed: zip
I have recently updated SonarWube from version 10.3 to 10.5 and it started to show a warning in my web application written in vue and typescrypt. This web application uses Vuetify as a component framework and we use the v-text-field component to show the login and password text fields in the login form. This text fields component translate to input dom element with text type, in the former case, and password type in the latter. We have added to this component the autocomplete attribute and Sonarqube shows the warning Web:S6840 everywhere. Is this the expected behaviour?