Skip to content

Commit bcd1d9b

Browse files
authored
Merge pull request #5540 from LibreSign/fix/add-maxlength
fix: add maxlength
2 parents 054f8e5 + 69b5730 commit bcd1d9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Components/Request/IdentifySigner.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
v-model="displayName"
1515
aria-describedby="name-input"
1616
autocapitalize="none"
17+
maxlength="64"
1718
:label="t('libresign', 'Signer name')"
1819
:required="true"
1920
:error="nameHaveError"

0 commit comments

Comments
 (0)