Index: components/select.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/select.inc,v
retrieving revision 1.39.2.29
diff -u -r1.39.2.29 select.inc
--- components/select.inc	12 Jan 2011 22:07:32 -0000	1.39.2.29
+++ components/select.inc	23 Feb 2011 01:15:03 -0000
@@ -144,7 +144,7 @@
       '#default_value' => $component['value'],
       '#description' => t('The default value of the field. For multiple selects use commas to separate multiple defaults.') . theme('webform_token_help'),
       '#size' => 60,
-      '#maxlength' => 256,
+      '#maxlength' => 1024,
       '#weight' => 0,
     );
     $form['extra']['multiple'] = array(
Index: components/textfield.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/textfield.inc,v
retrieving revision 1.21.2.9
diff -u -r1.21.2.9 textfield.inc
--- components/textfield.inc	29 Dec 2010 03:56:35 -0000	1.21.2.9
+++ components/textfield.inc	23 Feb 2011 01:15:03 -0000
@@ -53,7 +53,7 @@
     '#default_value' => $component['value'],
     '#description' => t('The default value of the field.') . theme('webform_token_help'),
     '#size' => 60,
-    '#maxlength' => 127,
+    '#maxlength' => 1024,
     '#weight' => 0,
   );
   $form['display']['width'] = array(
