Method: DocuSign_eSign::FormulaTab#disable_auto_size

Defined in:
lib/docusign_esign/models/formula_tab.rb

#disable_auto_sizeObject

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.



123
124
125
# File 'lib/docusign_esign/models/formula_tab.rb', line 123

def disable_auto_size
  @disable_auto_size
end