Placeholder in

Placeholder in


d ata-placeholder true | false - Can be set on option element of a non-native select
 


  1.                <select id="s1" name="myname" data-placeholder="true">
  2.                  <option selected  placeholder="Username"></option >
  3.                </select>
Placeholder doesn't work :( How to make it work?