yii-user icon indicating copy to clipboard operation
yii-user copied to clipboard

othervalidator field is text in database, but limits input to 255 via application.

Open shaqman opened this issue 12 years ago • 0 comments

I don't know whether this is intended or not, but since the database field is text (which allow more than 255 characters of input, I don't see why we should limit this via application.

I am bringing this up since I got the limit when I am using fileupload widget using all available validators and that exceeds 255 characters.

As for the moment, the fix is I disabled the length checking for othervalidator field in class ProfileField

shaqman avatar Feb 11 '13 00:02 shaqman