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\"
Try @title = "stuff". It worked for me.