Hello @RobertScheitlin__GISP ,,,i have a problem displaying attribute value in WAB select widget,,,,can you help me,,, i really thank you for this....I'm developing WAB
this.own(on(this.featureLayer, 'selection-complete', lang.hitch(this, function(){
var selectedCount = this._filteredSelection().length;
var NameObject = layerObject.getSelectedFeatures();
console.log(NameObject);
Result:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]