BuddyBoss Home – Web Support Forums Themes Boss. theme Date Selector, Drop down form fields not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #38891
    @adminmomstreasurebook-com

    I added date selector for birthday on registration page and it is not displaying correctly, various problems
    1. Heading is part of the first field so the other two fields are not aligned.
    2. once Selection is made it does not show on the form unless browser is maximized, it does not show selections on mobile device,

    Also Checkbox does not show default checked value.

    Answers

    #38919

    Alyssa
    Participant
    @alyssa-buddyboss

    @adminmomstreasurebook-com I can replicate this but unfortunately I do not have a quick fix. I have forwarded this issue to the developers.

    #38922
    @adminmomstreasurebook-com

    Ok thanks @tjchester, good to know you can replicate and its not only me. I played with css but did not have much luck yet. Thanks for forwarding it to developers, let me know when they have something.

    #39042
    @adminmomstreasurebook-com

    @tjchester, any word from development on this? I assume this should be high priority since drop downs could be use anywhere with this product.

    #39064

    Alyssa
    Participant
    @alyssa-buddyboss

    @adminmomstreasurebook-com This is word for word from the developers:

    file js/selectboxes.js . Bellow the line "init_select : function (is_mobile) {" there is var current = 0; it should be var current = 0, that = this; instead. 
    And bellow comment "// On select change, repopulate label " instead $select.on( 'change', function( e ) { populate_select_label(is_mobile); }); it should be $select.on( 'change', function( e ) { that.populate_select_label(is_mobile); });
Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Date Selector, Drop down form fields not working’ is closed to new replies.