Fillable form field limits #2101
Labels
feature
New feature that should be supported
good first issue
Issues that can be quite easily solved by Python developers with a good CSS background
Milestone
Hi all,
While trying to create a PDF with fillable forms, I've noticed that the character input limit provided in the source code isn't respected in the output PDF file, e.g.
<input type="text" maxlength="50" placeholder="[Enter company name address]" autocomplete="on" wrap="soft">
doesn't produce any errors when printing. However, when I try to enter more than 50 characters into this field, it works.
The same concerns
textarea
.Is this an expected behavior or am I missing something? Thank you for any assistance in advance.
The text was updated successfully, but these errors were encountered: