1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

watermark: max 20 characters input

This commit is contained in:
Gabriel Poma 2025-06-12 18:01:54 +02:00
commit bde92d8460

View file

@ -89,7 +89,7 @@
</div>
<div class="input-group d-none">
<span class="input-group-text border-secondary"><i class="bi bi-droplet-half"></i></span>
<input form="form_pdf" type="text" class="form-control border-secondary" name="watermark" placeholder="Watermark" aria-label="Watermark" aria-describedby="watermark-addon">
<input form="form_pdf" type="text" class="form-control border-secondary" name="watermark" placeholder="Watermark" aria-label="Watermark" aria-describedby="watermark-addon" maxlength="20">
</div>
<div id="svg_list" class="d-grid gap-2 mt-2 mb-2 list-item-add"></div>