KasperOlesen / DataTable-AltEditor

Updated version of the free-datatables-editor-alternative from Kingcode.com
MIT License
329 stars 195 forks source link

Fix maxLength for text and textarea types #201

Closed camandel closed 2 years ago

camandel commented 2 years ago

maxLength parameter is ignored during rendering of text and textarea field types bacause of the object attribute name (initialized as maxLength but called as maxlength).