remove maxlength from forms
killes@www.drop.org - March 23, 2007 - 21:33
| Project: | Location |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | killes@www.drop.org |
| Status: | active |
Jump to:
Description
The database allows 255 chars for city, street, etc, but FAPI tries to restrict this. No good reason to do that, IMO.
| Attachment | Size |
|---|---|
| no_maxlength.patch | 1.73 KB |

#1
Applied to DRUPAL-5 branch. Thanks for the patch.
#2
#3
#maxlength=64 is still in use for those fields in 6.x. Reopening and reassigning. There's no good reason to limit the form field to 64 for name/street/additional/city when 255 is allowed in db...
#4
+1 encountered this too and it's annoying :) for now working with webdeveloper toolbar in Firefox to unset the maxlength...