Hi,
I am makimg custom authentication and would like to set an password type input like HTML but cannot find a way.
It would be great that someone could help
Thanks
Hi,
I am makimg custom authentication and would like to set an password type input like HTML but cannot find a way.
It would be great that someone could help
Thanks
You can set the hide_text
property of a TextBox
to True
to hide the typed text.
Thank you, I got it, I should have tried harder