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 this:
Select...
when using required + value="" then user can not select it using hidden will make it hidden from the options list, when the user open the options box
required
value=""
hidden