multi row input maxLength

Hi,

when I have a multi row input field, the maxLength parameter is not recognized.
I use form init via xml:

<?xml version="1.0" encoding="UTF-8"?>

Thanks in advance

LLD

Hi

form adds maxLength attr into input and into textarea (used if rows attr specified), but depending on browser version - maxLength attr can be partialy supported (sinse html5, f.e. example works fine in ff16)