diff --git a/src/components/mobile/TwoColumnListItemSelectionSheet.vue b/src/components/mobile/TwoColumnListItemSelectionSheet.vue index de6a50ff..b1f5c49c 100644 --- a/src/components/mobile/TwoColumnListItemSelectionSheet.vue +++ b/src/components/mobile/TwoColumnListItemSelectionSheet.vue @@ -16,6 +16,8 @@ :key="item | itemFieldContent(primaryKeyField, item, false)" :value="item | itemFieldContent(primaryValueField, item, false)" :title="item | itemFieldContent(primaryTitleField, null, primaryTitleI18n)" + :header="item | itemFieldContent(primaryHeaderField, null, primaryHeaderI18n)" + :footer="item | itemFieldContent(primaryFooterField, null, primaryFooterI18n)" @click="onPrimaryItemClicked(item)">