Keep Bootstrap dropdown open on click

后端 未结 7 982
我寻月下人不归
我寻月下人不归 2020-12-08 01:54

I use a bootstrap dropdown as a shoppingcart. In the shopping cart is a \'remove product\' button (a link). If I click it, my shoppingcart script removes the product, but th

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 02:05

    On bootstrap 4, when you put a form inside the dropdown menu, it won't collapse when clicking inside of it.

    So this worked best for me:

    
    

提交回复
热议问题