Skip to content

Commit e186e25

Browse files
author
Richard Bützer
committed
Set default Appearance for form fields, so they can be filled out
correctly using OSX Preview.
1 parent 5f00080 commit e186e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/acroform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ 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();
12521252
var _V;
12531253
Object.defineProperty(this, 'V', {
12541254
get: function () {

0 commit comments

Comments
 (0)