diff --git a/webform_references.node.inc b/webform_references.node.inc
index a62fa72..8227970 100755
--- a/webform_references.node.inc
+++ b/webform_references.node.inc
@@ -138,6 +138,7 @@ function _webform_render_node_reference(array $component, array $value = NULL, $
         '#required'         => $component['required'] || $component['mandatory'],
         // Either one being true will could as required...
         // because webform changed in 4.x-alpha8
+        '#maxlength' => NULL, 
         '#title' => $filter ? _webform_filter_xss($component['name']) : $component['name'],
         '#title_display' => $component['extra']['title_display'] ? $component['extra']['title_display'] : 'before',
         '#weight' => $component['weight'],
@@ -184,6 +185,7 @@ function _webform_render_node_reference(array $component, array $value = NULL, $
         '#required'         => $component['required'] || $component['mandatory'],
         // Either one being true will could as required...
         // because webform changed in 4.x-alpha8.
+        '#maxlength' => NULL,
         '#title' => $filter ? _webform_filter_xss($component['name']) : $component['name'],
         '#title_display' => $component['extra']['title_display'] ? $component['extra']['title_display'] : 'before',
         '#options' => $node_list,
