How to set size of text tab in docusign as fixed according to given width

225 views Asked by At
text_tabs: [{
    label: 'Client Title',
    anchor_string: 'AGREED BY',
    anchor_x_offset: '155',
    anchor_y_offset: '505',
    height: '20',
    width: '120'
}]

by this the text field field is expanding automatically by typed chracters.

1

There are 1 answers

0
bendowlingtech On

Try using the maxLength property.

Like so: "maxLength": 100,