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:
- <ul data-role="listview" data-theme="a">
- <li>
- <h3>Headline</h3>
- <select data-native-menu="true" data-theme="a">
- <option value="1">Option 1</option>
- <option value="2">Option 2</option>
- </select>
- </li>
- </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.