- last update
about 2 years ago 30,334 pass - Status changed to Needs review
4 months ago 12:01pm 26 February 2025 - πΊπΈUnited States SocialNicheGuru
Referenced π Autocomplete field doesn't allow to reference entities with long titles Needs work
- Status changed to Needs work
4 months ago 2:51pm 26 February 2025 - πΊπΈUnited States smustgrave
Don't see anything to review
Issue summary is incomplete, no MR, patch doesn't have test coverage.
But also not sure 100% is needed.
- π¦πΊAustralia imranbcc
This is why more and more developers hate working on Drupal projects. The element type has a maxlength limit of 128 which cannot be changed from the preprocess or even in the form build function (block build function in my case). Add `'#maxlength' => 1234` does not make any difference. The entity labels can be larger than 128 chars but we are still not sure if it is needed.