How to limit the input in a textbox
Posted: 02 Dec 2014
Is it possible to limit the number of characters in a multiline string input field ?
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
fd.field('TextField').control()._el().find('textarea').attr('maxlength', 10);