Hi,
when I have a multi row input field, the maxLength parameter is not recognized.
I use form init via xml:
Thanks in advance
LLD
Hi,
when I have a multi row input field, the maxLength parameter is not recognized.
I use form init via xml:
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)