Skip to content
Snippets Groups Projects
Commit 5420371a authored by Angie Byron's avatar Angie Byron
Browse files

#62926 by karschsp: Increase maximum length of free tagging field.

parent 7addef29
No related branches found
No related tags found
No related merge requests found
......@@ -527,7 +527,7 @@ function taxonomy_form_alter(&$form, $form_state, $form_id) {
'#default_value' => $typed_string,
'#autocomplete_path' => 'taxonomy/autocomplete/' . $vocabulary->vid,
'#weight' => $vocabulary->weight,
'#maxlength' => 255,
'#maxlength' => 1024,
);
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment