Styling of native selects in listviews

Styling of native selects in listviews

Hi all,

i was trying to style native selects that are located within listviews.
I have something like this:
  1. <ul data-role="listview" data-theme="a">
  2. <li>
  3. <h3>Headline</h3>
  4. <select data-native-menu="true" data-theme="a">
  5. <option value="1">Option 1</option>
  6. <option value="2">Option 2</option>
  7. </select>
  8. </li>
  9. </ul>
The selects are not being styled.
Outside the listview the style/theme is applied.

Did anybody experience the same?
Any solution?


By the way: @jQuery Mobile team: You are doing a great job. Thanks a lot.