Created by: jacobstr
...without the data-toggle attribute.
See #4760 (closed)
I experienced the same issue. The clearMenus call was using the toggle selector to locate dropdowns, but if you're not using the data api these weren't targeted.
Of course, other parts of our code do use the data api so we don't want to disable it entirely.