dmacfarlane / angular-mentions

Angular mentions for text fields.
MIT License
196 stars 170 forks source link

Support for nested properties as labelKey #90

Open abhinavdc opened 5 years ago

abhinavdc commented 5 years ago

If we have an object arrays like

[ { student: { name : "John" } }, { student: { name: "Sam" } }],

using mentionConfig like this { labelKey: "student.name" } is not supported.

Only one level is supported. labelKey: "student". Please add support for object arrays with nested properties.

abhinavdc commented 5 years ago

Hi, Can I try adding this feature to the mention directive. ?