Text

A text field can be used for freeform text input.

Text Field

The following code example will display a text field.

{
    "groups": [        
      {
        "title" : "Text Field Example",
        "properties" : [
            {
                "title": "Text Field",
                "property": "MyTextField",
                "text" : {
                    "default" : "Hello World"
                    "subtitle" : "one",
                }
            }
      ],
    }]
    
}

Last updated

We are Realmac Software. We make nice things.