Also the CurrentValue return value has "full name" in Chrome and "fully qualified domain name" in IE. e.g. in Chrome, we'd get "Joe Bo" whereas in IE we'd get "foo.com\jBo".
I found it more consistent to use:
var MyCustomPicker.row.find("span[class='ms-entity-resolved']").attr("title");
that works in both IE and Chrome.
↧