I want to make a multiple select menu by jQuery mobile, and I prefer native menu, so set data-native-menu=”true”.
When I set a data-placeholder text for the select menu, I found the data-placeholder can be selected.
Could I avoid data-placeholder to be selected?
By the way, my device is Samsung Galaxy S3.
Thanks.
Sample:
http://jsfiddle.net/HGBQc/62/
Screenshot:
https://i.stack.imgur.com/uyNNk.jpg
According to http://forum.jquery.com/topic/placeholder-in you can use placeholder only with data-native-menu=”false”.