javascript - How to disable default maxlength of input field? -


i discovered chrome seems have default maxlength setting input fields in html. can insert string length 8649.

is there method increase maxlength?

according test, chrome has no default value maxlength, , can enter 10,000 characters in input field (on chrome 20 beta, win 7). may have tested actual form submission using method, in case there may browser-dependent , server-dependent restrictions on total length of form data.

inspecting dom on chrome, input element has no default maxlength, has maxlength, value 524288.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -