Skip to content

Placeholder in selectInputs #187

@esegui

Description

@esegui

When the placeholder in selectInput is specified, it still displays the first value. not the placeholder.

When placeholder variable is specified as "Click to Select", the resulting HTML is
<input type="text" class="form-control custom-select" data-toggle="dropdown" data-boundary="window" placeholder="Choice 1" data-original-placeholder="Click to Select"/>

and does not display Click to Select in the widget, but displays "Choice 1"

How can I display "Click to select" and not the first value of "choices"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions