How to disable show password option
That eye next to the text field
st.input_text(“Password”)
How to disable show password option
That eye next to the text field
st.input_text(“Password”)
password = st.text_input("Enter a password", type="password")
Isn’t the question how to control show/hide eye button for password fields?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.