Maxlength in autocomplete.
Opened this issue · 0 comments
andremoriya commented
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.