Question

placeholder

hi community 

still i am not getting place holder where i have  made mistake plz check below attachment

Like 0

Like

2 comments

Hello,

You forgot to set the placeholderOpacity class.

Please, see my example:

{

    "operation": "merge",

    "parentName": "ProfileContainer",

    "propertyName": "items",

    "name": "JobTitleProfile",

    "values": {

        "bindTo": "JobTitle",

        "controlConfig": {

            "className": "Terrasoft.TextEdit",

            "placeholder":"I'm empty",

            "classes": ["placeholderOpacity"]

        }

    }

},

Tetiana Markova,

tqs a lot its working

Show all comments