My requirement is to display maxlength error message for input field if it exceeds the maxlength.
This is working for input type number. Error message is displaying if the input field exceeds maxlength.
This is not working for input type text field. Error message is not displaying instead of that it is restricting the user to enter the values more that the given maxlength.
Can anyone suggest me the solution for this issue.
Thank You, Java4you.