Number Control Setup

When placing ‘title’ inside of properties, the control in the sidebar disappears. If removed from there & at same level as ‘properties’, it appears to work.

Bill
Stack-Its

I’m not 100% sure on how to reproduce this, do you have some sample code or a project fie?

I noticed some syntax errors in the number control example in the docs, I’ve corrected this so could you double check what you have your end?

Docs for the number control are here

This is just the control snippet only:

{
  "title": "Number:",
  "properties": [{
    "title": "Number Title",
    "property": "number",
    "number": {
      "default": 100,
            "subtitle": "Subtitle"
     }
   }]  
}

Doesn’t show up or show value in template

As I said in all your other threads, I think you’re trying to list multiple controls together incorrectly, that’s why it’s not working.

If you can show us your surrounding code we can try and locate your coding error for you.