Is there any way that I can extend the limit of 128 characters for the placeholder text? It's not possible to enter more than 128 characters at the moment. No matter which field type (text field, text area field), it's always 128.

CommentFileSizeAuthor
#3 2679289-3.patch648 bytesplopesc

Comments

lucy1985 created an issue. See original summary.

plopesc’s picture

Category: Support request » Feature request

I'll include a new maxlength value of 512 chars. It should be enough. Otherwise, you can implement hook_field_form_field_ui_field_edit_form_alter() and increase the maxlength.

Thanks.

plopesc’s picture

Status: Active » Needs review
StatusFileSize
new648 bytes

Patch attached

  • plopesc committed d487645 on 7.x-2.x
    Issue #2679289 by lucy1985, plopesc: Extend Limit of 128 Characters
    

  • plopesc committed 0f514e7 on 7.x-1.x
    Issue #2679289 by lucy1985, plopesc: Extend Limit of 128 Characters
    
plopesc’s picture

Status: Needs review » Fixed

Patch committed. Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.