Method: DocuSign_eSign::Text#disable_auto_size
- Defined in:
- lib/docusign_esign/models/text.rb
#disable_auto_size ⇒ Object
When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes.
113 114 115 |
# File 'lib/docusign_esign/models/text.rb', line 113 def disable_auto_size @disable_auto_size end |