Promact / md2

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
http://code.promactinfo.com/md2/
MIT License
379 stars 112 forks source link

Maxlength in autocomplete. #323

Open andremoriya opened 5 years ago

andremoriya commented 5 years ago

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.