yonder icon indicating copy to clipboard operation
yonder copied to clipboard

Placeholder in selectInputs

Open esegui opened this issue 5 years ago • 1 comments

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"?

esegui avatar Aug 23 '20 16:08 esegui

Hello @stda89, great question. The current select input implementation is trying to do too much. The next release of yonder is reworking the select input. The arguments will be streamlined and the behaviour of the input more intuitive. A new input will be added to pick up the more sophisticated behaviour of the current select input.

nteetor avatar Aug 27 '20 18:08 nteetor