Skip to main content
shukurs0001
May 16, 2022
Question

How to present asterisk symbol when entering a password?

  • May 16, 2022
  • 4 replies
  • 0 views

I have a text field which is for Password.
I want to show asterisk symbols when entering a password.

4 replies

stefanhelzle0001
Brainy
May 16, 2022

The text field has a masked parameter which is doing what you need.

docs.appian.com/.../Text_Component.html

shukurs0001
May 16, 2022

Got it.
Thank you stefan.

shubhamk0004
May 16, 2022

Hi,

You have to add one attribute " Masked: true "

May 20, 2023

We can use a!encryptedTextField( ) instead of a!textField ) and mark Masked as true( ).