I am using citytechinc cq complonent plugin to create components in AEM using Java classes. When I use following dropdown with hardcoded option, it works fine.@ValueMapValueprivate String stores;@DialogField(fieldLabel = "Stores", ranking = 10) @Selection(type = Selection.SELECT, options = { ...