HTML element text input type's maxlength attribute is not working
-
ananthhcindia last edited by
Hi, can someone help me with the following issue please.
The following HTML element type's maxlength attribute is not working in Opera mini / Opera browsers on Android phones.
<input type="text" name="Name" id="Name" maxlength="10">
Users are able to enter more chars than that of the max length defined above. Whereas from other browsers it doesn't allow user to enter chars more than the maxlength specified.
Thanks in advance
-
ananthhcindia last edited by
Following is the HTML element, which got stripped from the above question
input name="Name" id="firstName" maxlength="15" tabindex="1" placeholder="" value="" type="text"
-
mbaluta last edited by
Thank you for reporting this. Maxlength attribute is not supported in Opera Mini with Extreme compression mode, however it works properly with Extreme mode disabled. It should work properly in Opera for Android, but it looks like a bug, so I reported it to the proper team.