We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70c3bc6 + 00b487f commit e5328b2Copy full SHA for e5328b2
2 files changed
src/components/AuthorCardEditing.vue
@@ -94,6 +94,7 @@
94
bg-color="white"
95
class="col"
96
dense
97
+ hint="Format: https://orcid.org/0000-0000-0000-0000"
98
label="orcid"
99
outlined
100
standout
src/components/ScreenVersionSpecific.vue
@@ -39,7 +39,9 @@
39
</p>
40
<q-input
41
42
+ hint="Format: YYYY-MM-DD"
43
label="date-released"
44
+ mask="####-##-##"
45
46
47
style="width: 33.33%"
0 commit comments