ability to specify array of complex models [(ngModel)] = "tags"
tags = [{name:'Ionic',value:1}, {name:'Angular',value:2}, {name:'TypeScript',value:3}];
and ability to define what field of the model should be used for input and display on the tag
"displayField"="name"
Request for following enhancements
provide separate add event
provide separate remove event
ability to specify array of complex models [(ngModel)] = "tags" tags = [{name:'Ionic',value:1}, {name:'Angular',value:2}, {name:'TypeScript',value:3}]; and ability to define what field of the model should be used for input and display on the tag "displayField"="name"
regards