Atozed Forums

Full Version: IWEDIT added to IWREGION creates additional DIV
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I have a problem with IWEDIT added to IWRegion. Intraweb generates that code :

Code:
<div aria-label="Wybierz skonto" class="btn-group" id="IWREGION9_FRAFRAME2" role="group">
  <label class="btn btn-outline-primary" for="BUTTON_0_FRAFRAME2" id="IWLABEL_0_FRAFRAME2"><span style="font-size:18px">zgodnie</span><br><span style="font-size:14px">z umową</span></label>
  <div>
    <input autocomplete="off" class="IWEDIT1_FRAFRAME2CSS" id="IWEDIT1_FRAFRAME2" name="IWEDIT1_FRAFRAME2" spellcheck="false" type="text" value="IWEdit1"> 
  </div>
</div>

where before IWEDIT1  I get additional DIV

In design I have only IWREGION9 and IWEDIT1 in it:

[attachment=755]

any idea why I get additional DIV ?

Marcin
Hi Marcin,

As I responded in the other thread:
Are you using the latest IW version? IIRC this has been changed to address this issue reported here... but I'd need to go back and recheck if your case is different.
(07-29-2024, 10:21 AM)Alexandre Machado Wrote: [ -> ]Hi Marcin,

As I responded in the other thread:
Are you using the latest IW version? IIRC this has been changed to address this issue reported here... but I'd need to go back and recheck if your case is different.

I'm using the latest IW version - 15.6.3

Marcin