Forums Forums Search & Filter Pro A lot of checkbox or radio button: Show more / Show less

Tagged: 

Viewing 6 posts - 11 through 16 (of 16 total)
  • Trevor
    #226736

    Thanks for sharing Nicolas.

    Anonymous
    #226754

    You’re welcome!
    If there are things that can be optimized, don’t hesitate to let me know. 🙂

    Anonymous
    #228047

    Hi,

    Little bugfix, change:
    $el.addClass('sf-field-collapse').append('<div class="show-more-less">' + more_txt + '</div>');
    to

    if( ! $el.find('.show-more-less').length )
    	$el.addClass('sf-field-collapse').append('<div class="show-more-less">' + more_txt + '</div>');
    Trevor
    #228049

    Nice to hear from you Nicolas. Thanks for that!

    Anonymous
    #229448

    Thanks a bunch!!! EXACTLY what I was looking for. Would be a nice feature to implement into future versions.
    That and/or collapsible / expandable fields.

    Trevor
    #229459

    V3 (due in Spring 2020) should have that. I will close this thread for now.

Viewing 6 posts - 11 through 16 (of 16 total)