I set the Text Input attributes (ike SecureTextEntry and Autocapitalize = none) but when I access the web-app on the browser the configuration is not working. Thunkable team, can you help me?
Thanks!
I set the Text Input attributes (ike SecureTextEntry and Autocapitalize = none) but when I access the web-app on the browser the configuration is not working. Thunkable team, can you help me?
Thanks!
I think for secure text input. A label could be displayed behind the text input. In the label, only asterisk appear. That number set by the number of characters in the text input using a .1 second loop and some logic
Thanks Jared!
I observed similar things on web-app, the SecureTextEnrty won’t work.
@jared, what do you mean a label behind text input? do you mean overlap? I am interested to try this workaround but don’t understand how you suggested.