diff --git a/modules/groups/field_property_list/field_property_list.module b/modules/groups/field_property_list/field_property_list.module index 53a8e70..0ddd292 100644 --- a/modules/groups/field_property_list/field_property_list.module +++ b/modules/groups/field_property_list/field_property_list.module @@ -160,6 +160,7 @@ function field_property_list_field_widget_form(&$form, &$form_state, $field, $widget['value'] = array( '#type' => 'textfield', '#default_value' => $value, + '#maxlength' => 256, ); $element['field_remove_item'] = array( '#type' => 'button',