[RSS Feed/News] XF.Disabler does not hide the choice in <xf:checkbox />

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Sample code
HTML:

Code:
<xf:checkboxrow>
    <xf:option name="blah"
               label="{{ phrase('abc_xyz_type.blah') }}"
               data-xf-init="disabler"
               data-hide="true"
               data-container=".js-hideThisplz" />

    <xf:option class="js-hideThisplz" name="blah2"
               label="{{ phrase('abc_xyz_type.blah2') }}" />
</xf:checkboxrow>
This only disables the actual hidden input but does not hide the choice itself.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom