angular-mentions
angular-mentions copied to clipboard
Support for nested properties as labelKey
trafficstars
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.
Hi, Can I try adding this feature to the mention directive. ?