标签: angularjs angular-material
我想检查下面给出的Angular-Material md-chips标记的电子邮件模式,type="email"无效。
md-chips
type="email"
<md-chips ng-model="ctrl.emails" md-separator-keys="ctrl.customKeys" type="email" ></md-chips>