I have a tag field for content, type autocompletion, tags are entered separated by commas
When I create a large list of tags in this field when creating content, it is clipped, and nothing more can be written in this field.
Can I somehow increase the maximum length of this field?
"To get an answer, explain exactly what you see the problem" - The problem is that I cannot enter as many tags as I want, where there is a restriction.
"how to play it" - Add a field to the content. type 'taxonomy term'. The allowed number of values is 'unlimited'. Link type is 'default'. Include "Create related entities if they do not already exist." Select a dictionary. Save
In "Manage the display of the form" for the created field, select "Auto-completion in the style of tags" so that you can enter the tags separated by a comma in one field.
Try to create content and enter tags into the created field, or copy them there, there is a limit of 1024 characters. Having reached the limit, nothing can be written in that field.
"what do you want to get as a result" - I want to be able to enter more tags
Update - Searching for text by files found this limitation, in the file "core \ lib \ Drupal \ Core \ Field \ Plugin \ Field \ FieldWidget \ EntityReferenceAutocompleteWidget.php" I need to change
**'#maxlength' => 1024,** There appears another question, how to change this option correctly? more than once in the instructions of all sorts of things that drupal is better not to change anything in the core folder.