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

Placeholder for pulldown fieldtype #10

Open
@benedictdudel

Description

@benedictdudel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions