02-21-2019, 12:15 PM
IW 15.0.18 was released, with fix for this issue. Unfortunately, while it works for one tag with a dash, it fails for the second dash character:
{%TIWGRIDACTIES data-searching="true" data-dom="fBrtp"%}
This becomes
<div class="TIWGRIDACTIESCSS" data="" data-searching="true" id="TIWGRIDACTIES" style="position: relative;">
...
</div>
Where the data-dom is removed unfortunately...
{%TIWGRIDACTIES data-searching="true" data-dom="fBrtp"%}
This becomes
<div class="TIWGRIDACTIESCSS" data="" data-searching="true" id="TIWGRIDACTIES" style="position: relative;">
...
</div>
Where the data-dom is removed unfortunately...

