AIO password field not declared as password #2745
-
That field should be declared as a password field so that characters are hidden and the field can get picked up by password managers |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, please read the discussion in f518ea7#commitcomment-106967941 and below |
Beta Was this translation helpful? Give feedback.
-
@MariusQuabeck did you read it? So the problem is basically that we want the password to be visible by default. However to make this work the input type must be text by default like it is currently. There is unfortunately no way to have both as far as I could find out: the input type being password by default and visible at the same time. However if you find a way to do this I would gladly accept a PR! :) |
Beta Was this translation helpful? Give feedback.
-
I'll move this to ideas for now since it is the intended behaviour. |
Beta Was this translation helpful? Give feedback.
@MariusQuabeck did you read it?
So the problem is basically that we want the password to be visible by default. However to make this work the input type must be text by default like it is currently. There is unfortunately no way to have both as far as I could find out: the input type being password by default and visible at the same time.
However if you find a way to do this I would gladly accept a PR! :)