Hi, I am trying to use a dojo button in my custom popup content using the newest 4.x API, but it will not render. Other dijit form items like TextBox and CheckBox work fine. See attached picture for what happens. I do not want to use popup actions, the extra header they create takes up too much space. If I remove the data-dojo-type, a regular button renders fine.
<button data-dojo-attach-point="btnSave" data-dojo-type="dijit/form/Button"
data-dojo-props="iconClass:'dijitIconSave'" type="button">${nls.editprofile.save}
</button>
Thanks!