Question

Password Field

We would like to change a text field type to password type.

Does anyone knows how to do this?

File attachments
Like 1

Like

2 comments

Dear Rogerio,

To make a text field of a password type you need to apply following changes to the diff of the field:

Please add "protected" attribute to the controlConfig of the diff:



           {

                "operation": "merge",

                "name": "[TextField]",

                "values": {

                    "controlConfig": {

                        "protect": true

                    }

                }

            }

 

Regards,

Anastasia

Anastasia, 



It worked perfectly.



Thanks alot for your help.

 

Show all comments