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?