JQM Select form button does not fire on first click
I am having a problem with a select button not opening on the first click. After that, it works fine. Just very annoying. It is the only select I have in the entire app.
<select name="selectMenu" id="selectMenu" data-native-menu="false" data-theme="e">
<option value="0">Default</option>
<option value="1">Blues</option>
<option value="2">Mochaccino</option>
<option value="3">Snow Day</option>
<option value="4">Twilight</option>
<option value="5">Tutti-Frutti</option>
<option value="6">Rosebud</option>
<option value="7">Electrolytes</option>
</select>