0
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.

Vidur
  • 1,442
  • 2
  • 17
  • 37

1 Answers1

0

Try using the maxLength property.

Like so: "maxLength": 100,

bendowlingtech
  • 474
  • 3
  • 11