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
Another quick solution, just add onclick attribute to div having class dropdown-menu:
onclick
dropdown-menu
...