From f27b94017a5d59024bcea9f47ce83cba7fa6726c Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Sat, 25 Jan 2020 09:04:24 -0500 Subject: [PATCH] [ACA-2474] adding instructions to the calendar for use (#5387) * chore: adding instructions to the calendar for use * chore: updating lockfile * chore: fixing package * chore: updated html for test * chore: adding instructions to the calendar for use * chore: updating lockfile * chore: fixing package * Wchore: updated html for test * chore: removed unnused random string gen * chore: synced lockfile; removed unnused prop --- .../card-view-dateitem.component.html | 4 +++- .../card-view-dateitem.component.scss | 10 ++++++++++ lib/core/i18n/en.json | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html b/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html index e96fe2d4cd..db7cf5b4df 100644 --- a/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html +++ b/lib/core/card-view/components/card-view-dateitem/card-view-dateitem.component.html @@ -1,3 +1,4 @@ +
{{'CORE.METADATA.ACCESSIBILITY.DATEPICKER' | translate}}
{{ property.label | translate }}
@@ -32,7 +33,8 @@ + (dateChange)="onDateChanged($event)" + [attr.aria-describedby]="'card-' + property.type + '-value-' + property.key">