if( ri!readOnly, ${readOnlySingleSelect} a!dropdownField_v1( label: "${displayName}", labelPosition: "ABOVE", instructions: "${instructions}", helpTooltip: "${helpTooltip}", placeholder: "${singleSelect_placeholder}", choiceLabels: local!${fieldName}Options.value, choiceValues: local!${fieldName}Options, required: ${requiredField}, value: ri!record.${fieldName}, saveInto: ri!record.${fieldName} ) )