Closed
Description
Hi,
Please check the fiddle: https://jsfiddle.net/7axtqc8y/
When I add three dropdown buttons, the HTML will render automatically with a class of btn-group
which results in a horizontal layout of the buttons (because inline-flex
is rendered).
How can I have the 3 buttons as per above fiddle but prevent the additional btn-group
class added?
Thanks!