From 4f3cf669f2212cb49cbdca7c9736022a89729994 Mon Sep 17 00:00:00 2001 From: JT Smith <12450077+SmithJohnTaylor@users.noreply.github.com> Date: Thu, 15 Aug 2019 08:46:02 -0400 Subject: [PATCH] Documentation fix for Card View component (#4990) --- docs/core/components/card-view.component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/components/card-view.component.md b/docs/core/components/card-view.component.md index cc78df900a..1bd8085072 100644 --- a/docs/core/components/card-view.component.md +++ b/docs/core/components/card-view.component.md @@ -234,7 +234,7 @@ const dateItemProperty = new CardViewDateItemModel(options); | default | any | | The default value to display if the value is empty | | displayValue\* | any | | The value to display | | editable | boolean | false | Toggles whether the item is editable | -| format | boolean | "MMM DD YYYY" | Any date format that momentjs accepts | +| format | string | "MMM DD YYYY" | Any date format that momentjs accepts | #### Card Datetime Item @@ -252,7 +252,7 @@ const datetimeItemProperty = new CardViewDatetimeItemModel(options); | default | any | any | The default value to display if the value is empty | | displayValue\* | string | | The value to display | | editable | boolean | false | Toggles whether the item is editable | -| format | boolean | "MMM DD YYYY HH:mm" | Any datetime format that momentjs accepts | +| format | string | "MMM DD YYYY HH:mm" | Any datetime format that momentjs accepts | #### Card Bool Item