-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed as not planned
Closed as not planned
Copy link
Labels
Qv2 🔝Quasar v2 issuesQuasar v2 issuesarea/componentsbug/2-confirmedWe have reproduce the problem and confirmed that this is a bug.We have reproduce the problem and confirmed that this is a bug.flavour/quasar-cli-vitekind/bug 🐞
Description
What happened?
I have a password input field. When I type something into this field, it displays asterisks in the field itself.
However, if I inspect the input using developer tools, I can see the value in plain text.
However is i do this on the quasar.dev site i dont have this behavior
https://quasar.dev/vue-components/input#example--input-types
It seems this behavior is not in Vue or a plain HTML password field.
What did you expect to happen?
That the password is not shown in the html
Reproduction URL
https://codepen.io/nick-henzen/pen/PwqrwwK
How to reproduce?
- Open codepen link
- type something into the password field like "password-input"
- inspect the field and find the input -> value is visable
Example:
<input class="q-field__native q-placeholder" tabindex="0" id="id0" type="password" value="password-input">
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Chrome, Microsoft Edge, Firefox
Metadata
Metadata
Assignees
Labels
Qv2 🔝Quasar v2 issuesQuasar v2 issuesarea/componentsbug/2-confirmedWe have reproduce the problem and confirmed that this is a bug.We have reproduce the problem and confirmed that this is a bug.flavour/quasar-cli-vitekind/bug 🐞