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:
Read more
Читать далее...
HTML:
Код:
<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
Читать далее...