st.text_input: support password input
See original GitHub issuest.text_input
should support setting the input type to “password”
Issue Analytics
- State:
- Created 4 years ago
- Reactions:17
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Password Text Fields - Using Streamlit
I'm creating a Streamlit app to interact with a cloud based ML platform, and I was wondering if there was a way to...
Read more >How do you style a TextInput in react native for password input
Save this answer. Show activity on this post. An TextInput must include secureTextEntry={true}, note that the docs of React state that you must ......
Read more ><input type="password"> - HTML: HyperText Markup Language
<input> elements of type password provide a way for the user to securely enter a password. The element is presented as a one-line...
Read more >Enabling Password AutoFill on a text input view
Explicitly defining a view's text content type improves the performance of Password AutoFill's heuristics and lets you support login workflows that couldn't ...
Read more >Mask a text entry as if a password. - Power Platform Community
You can mask a text input control by setting the mode to 'password'. timl_0-1626098378740.png. Message 2 of 4. 2,897 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Laksh1997 - this feature was shipped in January, in PR #963, so if you’re using a recent-ish version of Streamlit, you can create a password input like this:
Is anyone currently using Streamlit to access APIs or services with OAuth2? I am trying to build a hosted app where users can access a Rest API by providing their clientID and password.
A feature similar to the Python Getpass library, living within the Streamlit UI would be awesome.
Or is there already a solution for this? Seems to me a very common use case.