Skip to content

Commit e5328b2

Browse files
authored
Merge pull request #416 from citation-file-format/380-hints-and-masks
2 parents 70c3bc6 + 00b487f commit e5328b2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/AuthorCardEditing.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
bg-color="white"
9595
class="col"
9696
dense
97+
hint="Format: https://orcid.org/0000-0000-0000-0000"
9798
label="orcid"
9899
outlined
99100
standout

src/components/ScreenVersionSpecific.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
</p>
4040
<q-input
4141
bg-color="white"
42+
hint="Format: YYYY-MM-DD"
4243
label="date-released"
44+
mask="####-##-##"
4345
outlined
4446
standout
4547
style="width: 33.33%"

0 commit comments

Comments
 (0)