Dmitry Dolotovskikh

Results 3 comments of Dmitry Dolotovskikh

Just hook the div inserting like that: ``` var styleChangedCallback = function (mutations) { var newWidth = mutations[0].target.style.width; if (newWidth !== '100%'){ $('.bootstrap-autocomplete.dropdown-menu').css('width', '100%'); } } document.addEventListener("DOMNodeInserted", function(evt) { if...

Ok, I have clientId, clientSecret and realm. What authenticationType I need to use? Shall I use authenticationDetails for clientId, clientSecret and realm?

How Application ID and App Password are specified in the spgo.json file?