I have a select that I’d like to use the custom menu display (rather than native) in jQuery Mobile. However, I’m just getting strange behavior out of the non-native menu (jsfiddle link). In this case, the non-native menu is only showing one of my three options.
I have a select that I’d like to use the custom menu display (rather
Share
Found the issue right after I posted it. Every
optionneeds avalueattribute set (corrected jsFiddle).