bootstrap-tabdrop icon indicating copy to clipboard operation
bootstrap-tabdrop copied to clipboard

Doesn't handle bootstrap tab dropdowns

Open siliconalchemy opened this issue 9 years ago • 2 comments

Various issues handling tab dropdowns, misses tabs in the dropdown on initialisation but then picks them up on resize, or removes tabs from dropdown and adds to tabdrop but leaves dropdown container

siliconalchemy avatar Jan 11 '16 15:01 siliconalchemy

+1

NeXTs avatar Jan 25 '16 15:01 NeXTs

I solved this issue by this way: You should set Id for li tag which contains drop-down and change layout function like bleow:

layout: function () { var collection = []; this.dropdown.removeClass('hide'); this.element .append(this.dropdown.find('li[id]')) .find('>li[id]') .....

abbas-91 avatar Nov 27 '16 06:11 abbas-91