Any page with a select using data-native-menu=false modifies the page title with the placeholder option text.

Any page with a select using data-native-menu=false modifies the page title with the placeholder option text.

Example:  jQuery Mobile's own documentation page:  http://jquerymobile.com/demos/1.0a4.1/docs/forms/forms-selects.html

As you can see, the <title> now contains "Choose one..." several times, once for each select using data-native-menu="false" that has placeholder options.

Any ideas on how to fix this?