Hi,
We are having a requirement to apply max length constraint on a text area, I did apply some patch ontext area control, where on coach view load, using dojo.query I am fetching the DOM element and then adding the maxLength attribute to the element. This works fine on chrome and mozilla, how ever does not work on IE.
Can any body help?