Rick Salamone

Results 2 comments of Rick Salamone

Quick Hack that may help someone else until this is fixed: $(function(){ setTimeout(function() { $('span.select2-container.select2-container--bootstrap').width('100%'); }, 1000); }); Since there doesn't seem to be an "initialized" event to hook into,...

In addition to @jamesantrobus suggestion, I found the following additional css useful to keep the fields on one line: .combodate {display:block} .combodate .form-control {display:inline-block} Actually, it's just a start —...