-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
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
[Bug Report][3.7.1] password type v-combobox shows the password when it's not focused #20479
Comments
I showed input element always and hide the select div. It seems OK for now |
Use this code to mask the password in your v-combobox:
This code will display asterisks in place of the actual password value, keeping it hidden. |
None of our components have special handling for |
@yogender-kulshrestha Thank you for the suggestion but if you try to type sth into the input field when sth is already selected, it messes up, it shows both the selection |
Environment
Vuetify Version: 3.7.1
Last working version: 2.6.12
Vue Version: 3.5.6
Browsers: Chrome 128.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Way 1
Way 2
Expected Behavior
The password is NOT revealed
Actual Behavior
The password is revealed
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: