Skip to content

Commit

Permalink
Added input validation to help with cutoff date usage (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin authored Mar 12, 2024
1 parent 513212f commit 8f9d18d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
type="text"
label="Download Cutoff Date"
placeholder="YYYY-MM-DD"
maxlength="10"
pattern="((?:19|20)[0-9][0-9])-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])"
title="YYYY-MM-DD"
help="Only download media uploaded after this date. Leave blank to download all media. Must be in YYYY-MM-DD format"
/>

Expand Down

0 comments on commit 8f9d18d

Please sign in to comment.