Is there a way to toggle a textinput set to password from "********" to "password" or is that a build it yourself type of thing? (In the past I've just built my own, but thought perhaps I was missing something? The only issue is that it has to sit outside of the textinput since that is always on top.)
Example:
You can create a boolean then when you toggle it to show/hide your pass.
If it equal true, set attribute "Type" of input text to "Text".
And if it is false, set attribute "Type" to "Password".
Develop games in your browser. Powerful, performant & highly capable.
I was looking for something more along the lines of the "X" when using a textinput as a search box. Doesn't look like that exists. I'll just cheat and make something that looks like what I want and call it good. Thanks!