From 5fd1a39128e404ef29f1220565c4e6b9a8039502 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 15 Apr 2024 11:23:35 -0500 Subject: [PATCH] Remove autocomplete from new artwork form, and clarify exception for publication year page --- templates/ArtworkForm.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/ArtworkForm.php b/templates/ArtworkForm.php index 3ab8f6f9..cb579957 100644 --- a/templates/ArtworkForm.php +++ b/templates/ArtworkForm.php @@ -43,6 +43,7 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late name="artist-year-of-death" inputmode="numeric" pattern="[0-9]+" + autocomplete="off" value="Artist->DeathYear) ?>" /> @@ -51,7 +52,7 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late Artwork details
@@ -62,6 +63,7 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late name="artwork-year" inputmode="numeric" pattern="[0-9]+" + autocomplete="off" value="CompletedYear) ?>" /> @@ -128,12 +130,13 @@ $now = new DateTimeImmutable('now', new DateTimeZone('America/Juneau')); // Late name="artwork-publication-year" inputmode="numeric" pattern="[0-9]+" + autocomplete="off" value="PublicationYear) ?>" />

or a reason for a special exception:

-
+