I don’t about you but I get annoyed by the web interface of Thunkable showing the password or PIN codes of our apps so I created a small routine to replace the PIN Code with asterisk imitating the actual password field
This is only a first attempt and you are welcome to suggest other ways or enhance the code. For now you need to state the number of digits in the password and you need to have number of “*” same length of the password.
[Update]
Thunkable has fixed this issue on 3rd Feb 2021 and this workaround is not necessary any more.
Wow! This is exactly what I was looking for. I could tell what you did without checking the code, because of the first input. But I really liked it, and this will come in handy because SecureTextEntry only works on the phone.
I just realized something great: secure text entry works on Web Test too! I realized that after spending half an hour coding for Web-compatible text-input security😅
Yes, even if I’d known it had been fixed I’d have tried to find my own way to do it, and added what extras that I wanted. It was quite confusing, but, as you said, it was part of the learning process.