I have a text field which is for Password.I want to show asterisk symbols when entering a password.
Discussion posts and replies are publicly visible
The text field has a masked parameter which is doing what you need.
docs.appian.com/.../Text_Component.html
Got it.Thank you stefan.
Hi,
You have to add one attribute " Masked: true "
We can use a!encryptedTextField( ) instead of a!textField( ) and mark Masked as true( ).