Password field in custom scripts #6406
ziggekatten
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can use Django's PasswordInput widget when declaring the script variable. This should work:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some usecases for adding user/password data in the form, and it would be nice to have an option on the StringVar() object to treat it as a password field to avoid autocomplete and clear text when showing stuff.
An 'hidden=True' as an option like label etc.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions