Hey, woulde be nice if the `pulldown`-fieldtype would support placeholder. Something like: ``` html <select> <option value="" disabled selected>My Placeholder</option> <option value="2" >Option 2</option> <option value="3" >Option 3</option> <option value="4" >Option 4</option> </select> ``` Now you can add a new item and stick it on the top of list. But the user would still be able to submit the placeholder value.
Hey,
woulde be nice if the
pulldown-fieldtype would support placeholder. Something like:Now you can add a new item and stick it on the top of list. But the user would still be able to submit the placeholder value.