Skip to content

Commit

Permalink
For now the complex input field is without autocomplete for the size …
Browse files Browse the repository at this point in the history
…and contact person (#823)
  • Loading branch information
milanmajchrak authored Nov 28, 2024
1 parent 0a0466e commit 9911fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@
<input name="givenname" input-type="text" label="Contact person's given name" required="true"/>
<input name="surname" input-type="text" label="Contact person's surname" hint="Family name" required="true"/>
<input name="email" input-type="text" label="Contact person's email" regex="[^@]+@[^\.@]+\.[^@]+" required="true"/>
<input name="affiliation" input-type="autocomplete" label="Contact person's institution name" required="true"/>
<input name="affiliation" input-type="text" label="Contact person's institution name" required="true"/>
</definition>

<definition name="funding">
Expand All @@ -3240,7 +3240,7 @@

<definition name="clariahSizeInfo">
<input name="size" input-type="text" regex="\d+\.?\d*" required="true"/>
<input name="unit" input-type="autocomplete" label="Unit"
<input name="unit" input-type="text" label="Unit"
required="true"/>
</definition>
</form-complex-definitions>
Expand Down

0 comments on commit 9911fcc

Please sign in to comment.