I’ve seen this CSS code but i don¡'t know how to put it in my Glide app. Like which part goes in the text entry CSS code and which one in the appearence custom CSS?
The code is supposed to make the text entry look like a password.
Alright thank you, so with the code I show below would it be the first CSS Class : .key-input
and then the Setting CSS option : .key-input textarea[class*=“wire-field”] {
-webkit-text-security: disc;
}
You will most likely need to give the CSS Class a name since you only want to target a certain component. That name can be whatever you want. Then you need to adjust your CSS code to target that specific class.
I don’t do a whole lot of CSS, so off the top of my head, I’m not sure of the proper syntax. I would have to sit down and spend some time with it before I could provide an answer.