Skip to content

Commit 31bf44d

Browse files
authored
Merge pull request #773 from renuo/fix/form-field-appearance
Fix/form field appearance
2 parents 5f00080 + 94a0c0f commit 31bf44d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/acroform.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,8 @@ window["CheckBox"] = AcroForm.CheckBox;
12481248

12491249
AcroForm.TextField = function () {
12501250
AcroForm.Field.call(this);
1251-
//this.DA = AcroForm.createDefaultAppearanceStream();
1251+
this.DA = AcroForm.Appearance.createDefaultAppearanceStream();
1252+
this.F = 4;
12521253
var _V;
12531254
Object.defineProperty(this, 'V', {
12541255
get: function () {

0 commit comments

Comments
 (0)