{{getTitle()}}

@if (object?.id) { ID: {{object.id}} }
@if (typeFieldDisabled) { Data type cannot be changed after a field is created }
@switch (objectForm.get('data_type').value) { @case (CustomFieldDataType.Select) {
@for (option of objectForm.controls.extra_data.controls.select_options.controls; track option; let i = $index) {
}
@if (object?.id) { Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here } } @case (CustomFieldDataType.Monetary) {
} }