Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Custom select menus don't work #2272

@philipraets

Description

@philipraets

The custom select menu seems to be broken.

I have data-native-menu="false" on the select element and

$(document).bind('mobileinit',function(){
$.mobile.selectmenu.prototype.options.nativeMenu = false;
});

in a js file between jquery.js and jquery.mobile.js

But it doesn't work, I always get the native menu.
This started after beta 2, in beta 2 this still works.

Example: http://philipraets.be/jqmobile

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions