From 38a9816781be9915b2192d1532767f0b4f150987 Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 21 Apr 2023 09:26:49 -0400 Subject: [PATCH] display placeholder date as lowercase only --- .../src/components/ProcessInstanceListTable.tsx | 8 ++++++-- spiffworkflow-frontend/src/config.tsx | 1 + .../themes/carbon/BaseInputTemplate/BaseInputTemplate.tsx | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index b8a5b2df5..fe335e539 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -24,7 +24,11 @@ import { FormLabel, // @ts-ignore } from '@carbon/react'; -import { PROCESS_STATUSES, DATE_FORMAT, DATE_FORMAT_CARBON } from '../config'; +import { + PROCESS_STATUSES, + DATE_FORMAT_CARBON, + DATE_FORMAT_FOR_DISPLAY, +} from '../config'; import { convertDateAndTimeStringsToSeconds, convertDateObjectToFormattedHoursMinutes, @@ -681,7 +685,7 @@ export default function ProcessInstanceListTable({ ` component for the `core` theme. @@ -117,7 +117,7 @@ export default function BaseInputTemplate< >