md2
md2 copied to clipboard
Maxlength in autocomplete.
Hello!
I would like to know if does the autocomplete has a maxlength?
I tried it but does not work:
<md2-autocomplete [(ngModel)]="studentName" [items]="students" (change)="onChange()" placeholder="Student name" item-text="name" item-value="name" **maxlength="100"**>
if someone may help me I thanks.