Ignition 8.3
I’m looking for the synthax and annotation in case of FormFieldType.SELECT, to enumerate possible value and default value
@FormCategory("General")
@FormField(FormFieldType.SELECT)
@Label("...")
@Required
@DefaultValue("???")
@Description("...")
String Values,