Can someone tell me what is wrong with this statement? It doesn't select the default. I get a null error until I manually select an item.
input name: "itemSelect", type: "enum", title: "Item Selection", defaultValue: 0, required: true, multiple: false, options:[0:"Disabled", 1:"Unit 1", 2:"Unit 2", 3:"Unit 3"]