In the latest version of the js api (4.14), when I create a simple popup template like this:
...
popupTemplate:{
title: 'test',
content: '<div class="customClass">Green</div>'
}
...
Why is my "customClass" being removed in the resulting popup html?
Here is a simple example in JS Bin: JS Bin - Collaborative JavaScript Debugging
In this example, I would have expected the "Green" text in the body of the popup to appear green.
This issue doesn't seem to happen when reverting back to the 4.13 version of the api.