Make team number a string

Signed-off-by: Emily Markova <emily.markova@gmail.com>
Change-Id: Ia1cff2cfb854e2202cbcaee6f1fd22fc7efd1c15
diff --git a/scouting/www/notes/notes.ng.html b/scouting/www/notes/notes.ng.html
index cb5e8ef..d7262b3 100644
--- a/scouting/www/notes/notes.ng.html
+++ b/scouting/www/notes/notes.ng.html
@@ -9,10 +9,8 @@
     </label>
     <input
       [(ngModel)]="teamNumberSelection"
-      type="number"
+      type="text"
       id="team_number_notes"
-      min="1"
-      max="9999"
     />
     <button class="btn btn-primary" (click)="setTeamNumber()">Select</button>
   </div>