BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Date Selector, Drop down form fields not working
Tagged: checkbox, dropdown, form date selector
- This topic has 4 replies, 2 contibutors, and was last updated 9 years, 7 months ago by Alyssa.
Question
April 13, 2015 at 9:56 pm #38891@adminmomstreasurebook-comI 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
April 14, 2015 at 11:34 am #38919@alyssa-buddyboss
AlyssaParticipant@adminmomstreasurebook-com I can replicate this but unfortunately I do not have a quick fix. I have forwarded this issue to the developers.
April 14, 2015 at 12:23 pm #38922@adminmomstreasurebook-comOk 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.
April 17, 2015 at 7:36 am #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.
April 17, 2015 at 4:08 pm #39064@alyssa-buddyboss
AlyssaParticipant@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); });
- The question ‘Date Selector, Drop down form fields not working’ is closed to new replies.