Skip to content

Commit

Permalink
Merge pull request #166 from ejminmehranian/master
Browse files Browse the repository at this point in the history
users can get the selected value from dropdowns
  • Loading branch information
modesty authored Sep 18, 2018
2 parents 132d32a + 008e0b6 commit 762cec1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/pdffield.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ let PDFField = (function PDFFieldClosure() {
anData.PL.D.push(ele[0]);
anData.PL.V.push(ele[1]);
});


// add field value to the object
if (field.fieldValue) {
anData.V = field.fieldValue;
}
this.Fields.push(anData);
};

Expand Down

0 comments on commit 762cec1

Please sign in to comment.