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
Post a Comment