I'm currently working with Bootstrap 3 and I am attempting to replicate jQueryMobile's select option feature. This would involve replacing the standard select textbar and arrows with a single button that can toggle the opening of the select.
Instead of using dropdowns, which tend to be hidden within my nested divs, I am looking for an alternative solution. If there is a way to make the dropdowns appear at the topmost layer, that would also work for me.
Is it possible to use a button as a substitute for opening the select options in this scenario?