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

typeahead adds showClass to wrong element

Open lukpep opened this issue 7 years ago • 2 comments

"show" or "open" class are added to div with class dropdown instead of div 'dropdown-menu' - making it dosent show dropdown on bootstrap 4.0.0-beta

lukpep avatar Oct 30 '17 14:10 lukpep

Agree, I have the same issue.

cluka avatar Nov 14 '17 08:11 cluka

I have successully lifted clukas code to be able to use typeahead now with bs4. Another thing I'm not getting to work though: typeahead within an input group. I have only tried adding input-class='form-control' but that didn't do it.

thejaff2 avatar Dec 06 '17 09:12 thejaff2