Appsilon / shiny.semantic

Shiny support for powerful Fomantic UI library.
http://appsilon.github.io/shiny.semantic
Other
497 stars 96 forks source link

458 dropdown clear #459

Closed TymekDev closed 5 months ago

TymekDev commented 5 months ago

Prior to this change only multi-selection dropdown could be cleared. This change makes update_dropdown_input behavior analogous to shiny::updateSelectInput.

Note: this is a breaking change. Prior to this commit updating with character(0) or "" did not have any effect.

Closes #458

DoD

TymekDev commented 5 months ago

@jakubnowicki fixed 👌 options variable had me fooled