This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Description
Hey,
woulde be nice if the pulldown-fieldtype would support placeholder. Something like:
<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.