md2 icon indicating copy to clipboard operation
md2 copied to clipboard

Maxlength in autocomplete.

Open andremoriya opened this issue 7 years ago • 0 comments

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.

andremoriya avatar Aug 29 '18 12:08 andremoriya