Skip to main content

I have an “input field” I would like masked with ******   as the user enter the characters. Is there a method?

Bill,

If you click on the field (in whatever component it’s in) and look at it’s field renderer property, you can select “Password” and it will render asterisks instead of letters


Thank you Amy!