Hi. I'm unable to find the documentation for the granite pathbrowser component? I could see many of the other form releated components but unable to find anything for pathbrowser.Welcome to Granite UI’s documentation! — Granite UI 1.0 documentation
Correct, when I add this console.log: console.log('guideResultObject.data: ' + guideResultObject.data);, the following prints in Chrome's console:guideResultObject.data: [object Object]
Yes. The adaptive form is invoking a Sling Servlet, which is then calling my 3rd party service. I'm looking to surface the response of the 3rd party service in my window.guideBridge.submit success callback function.