In_place_editor_field

I need to make it so that text box for the in_place_editor_field will
such that only 37 characters can be entered. Is there a way to do that?
Tried :maxlength => 37 and that didn’t work. Thanks,

-S