Form disabler and field-adder don't work together?

Status
This content is read-only, or is not open for further replies.

Jaxel

Guest
offline
I am trying to use the field-adder function, in conjunction with a disabler. On first appears, it works... however, new fields added by the field-adder function come in disabled, even if it's supposed to be enabled.

HTML:

Code:
<xf:checkboxrow>
    <xf:option name="custom_excerpt" value="1"
        checked="{{ $earnings ? true : false }}"
        data-xf-init="disabler"
        data-container="#Earnings"
        data-hide="false" />
</xf:checkboxrow>

<xf:formrow rowtype="input" id="Earnings">...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom