From 0a71006b481a322f39ebc755096c16ebc1385334 Mon Sep 17 00:00:00 2001 From: addison Date: Tue, 9 Mar 2021 17:45:38 -0500 Subject: [PATCH] fixed a few send date fallback bugs --- src/popup/send/send-add-edit.component.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/popup/send/send-add-edit.component.html b/src/popup/send/send-add-edit.component.html index b777687963..ac6a3f359b 100644 --- a/src/popup/send/send-add-edit.component.html +++ b/src/popup/send/send-add-edit.component.html @@ -124,12 +124,13 @@
+ placeholder="MM/DD/YYYY" [readOnly]="disableSend" + data-date-format="mm/dd/yyyy" >
@@ -171,12 +172,13 @@
+ placeholder="MM/DD/YYYY" [readOnly]="disableSend" (change)="expirationDateFallbackChanged()" + data-date-format="mm/dd/yyyy" >