Stop just one dropdown toggle from closing on click

前端 未结 7 2198
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-13 08:58

I have a button dropdown (just one, not all of them), and inside of it, I want to have several input field where people can type stuff inside without the dropdown hiding as

7条回答
  •  自闭症患者
    2020-12-13 09:31

    Another quick solution, just add onclick attribute to div having class dropdown-menu:

    
    

提交回复
热议问题