-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
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"?