diff --git a/notifications_team.module b/notifications_team.module
index e09dc33..54739e0 100644
--- a/notifications_team.module
+++ b/notifications_team.module
@@ -376,6 +376,7 @@ function notifications_team_form($nid) {
       $form['notifications_team']['listed'] = array(
         '#type' => 'textfield', 
         '#autocomplete_path' => 'notifications_team/autocomplete/'. $gid,
+        '#maxlength' => 0,
         '#default_value' => '',
         '#description' => t('Enter list of usernames separated by commas'),
         '#required' => FALSE,
