Problem/Motivation

The form element "EntityAutocomplete" extends "Textfield form element.
In this way, this form element inherit "#maxlength" property (with a value to 128 characters).

to includes multiple nodes, I purpose to unset this property instead of set a default maxlength.

Steps to reproduce

Add visibility conditions on block -> set multiple nodes (total count of characters on fields more than 128) -> we are not able to save the condition due to maxlength set 128

Proposed resolution

I purpose to unset this property instad of set a default maxlength.

CommentFileSizeAuthor
#2 maxlength_issue_3351424.patch511 bytesmayurgajar

Comments

mayurgajar created an issue. See original summary.

mayurgajar’s picture

Assigned: mayurgajar » Unassigned
Status: Active » Needs review
StatusFileSize
new511 bytes

Added patch for unset maxlenth.