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.
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.
Copyright © 2021 Jogjafile Inc.
Try using the maxLength property.
Like so: "maxLength": 100,