You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: