How disable show 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")
1 Like

Isn’t the question how to control show/hide eye button for password fields?