Skip to content

Commit 26e791f

Browse files
committed
Remove tooltips from author card
1 parent 7c7f852 commit 26e791f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/components/AuthorCardEditing.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
label="given-names"
2626
outlined
2727
standout
28-
title="The person's given names."
2928
v-bind:model-value="givenNames"
3029
v-bind:error="false"
3130
v-bind:error-message="''"
@@ -52,7 +51,6 @@
5251
label="name-particle"
5352
outlined
5453
standout
55-
title="The person's name particle, e.g., a nobiliary particle or a [preposition] meaning 'of' or 'from' (for example 'von' in 'Alexander von Humboldt')."
5654
v-bind:model-value="nameParticle"
5755
v-bind:error="false"
5856
v-bind:error-message="''"
@@ -65,7 +63,6 @@
6563
label="family-names"
6664
outlined
6765
standout
68-
title="The person's family names."
6966
v-bind:model-value="familyNames"
7067
v-bind:error="false"
7168
v-bind:error-message="''"
@@ -78,7 +75,6 @@
7875
label="name-suffix"
7976
outlined
8077
standout
81-
title="The person's name suffix, e.g. 'Jr.' for Sammy Davis Jr. or 'III' for Frank Edwin Wright III."
8278
v-bind:model-value="nameSuffix"
8379
v-bind:error="false"
8480
v-bind:error-message="''"
@@ -105,7 +101,6 @@
105101
label="email"
106102
outlined
107103
standout
108-
title="The person's email address."
109104
type="email"
110105
v-bind:model-value="email"
111106
v-bind:class="emailErrors.length > 0 ? 'has-error' : ''"
@@ -144,7 +139,6 @@
144139
label="affiliation"
145140
outlined
146141
standout
147-
title="The person's affiliation."
148142
v-bind:model-value="affiliation"
149143
v-bind:error="false"
150144
v-bind:error-message="''"
@@ -159,7 +153,6 @@
159153
mask="https://orcid.org/####-####-####-###X"
160154
outlined
161155
standout
162-
title="The person's ORCID identifier."
163156
v-bind:class="orcidErrors.length > 0 ? 'has-error' : ''"
164157
v-bind:model-value="orcid"
165158
v-bind:error="orcidErrors.length > 0"

0 commit comments

Comments
 (0)