Restrict number of characters entered in textarea in JQuery Mobile Dialog

Restrict number of characters entered in textarea in JQuery Mobile Dialog

I have a textarea inside a dialog in a Jquery mobile page. How do i restrict the number of characters entered the textarea to a specific count.The maxlength attribute specified doesn't seem to work for the text area.