I am trying to make a dropdown list that contains a placeholder. It doesn\'t seem to support placeholder=\"stuff\" as other forms do. Is there a different way to ob
placeholder=\"stuff\"
Yes just "selected disabled" in the option.
Please select A B C
Link to fiddle
You can also view the answer at
https://stackoverflow.com/a/5859221/1225125