how to draw a border around all kinds of input fields? #1111
Unanswered
manuschillerdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use pdf-lib to test a pdf if its name attributes match the name attributes of a json object.
this works well for TextFields with values, but:
as soon as I do not fill the Field with some dummy text (if I comment of line 6
field.setText("attention");
) the border does not get drawn.Also the border does not get drawn for field types other than TextFields.
Unfortunately I don't have any idea how to debug this any further, so any help is much appreciated! :)
Beta Was this translation helpful? Give feedback.
All reactions