@

Results 3 comments of @

I've figured out a workaround until fixed. Seems to work without any issues for me. Given that it consistently defaults to ".serializedValue," we can ensure that this value stays current...

I believe I've found the cause of this issue. in ChoiceGroupMixin.js there is the following function. ```set serializedValue(value) { /** * @param {ChoiceInputHost} el * @param {string} val */ const...

var TargetingIdeaService = user.getService('TargetingIdeaService', 'v201609') //create selector var selector={ searchParameters:[{ xsi_type: 'RelatedToQuerySearchParameter', queries: ['donald trump'], }], ideaType:'KEYWORD', requestType:'STATS', requestedAttributeTypes:['KEYWORD_TEXT'], paging: {startIndex: 0, numberResults:20} } TargetingIdeaService.get({TargetingIdeaSelector: selector}, function (error, result) {...