We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47438b3 commit d3c9ff4Copy full SHA for d3c9ff4
src/modules/acroform.js
@@ -1828,7 +1828,7 @@ var AcroFormField = function() {
1828
* - 'underline' = A single line along the bottom of the annotation rectangle.
1829
* @name borderStyle
1830
* @memberof AcroFormField#
1831
- * @default 'inset'
+ * @default 'solid'
1832
* @type {string}
1833
*/
1834
Object.defineProperty(this, "borderStyle", {
@@ -1846,6 +1846,7 @@ var AcroFormField = function() {
1846
* (Optional) The border width in points. If this value is 0, no border shall be drawn. Default value: 1.
1847
* @name borderWidth
1848
1849
+ * @default 1
1850
* @type {number}
1851
1852
Object.defineProperty(this, "borderWidth", {
0 commit comments