Miguel Lechón
Results
1
comments of
Miguel Lechón
We've written a simple `selectInput` wrapper/drop-in replacement that preserves order selection during initialization as well as bookmark restoration. [Code](https://github.com/dull-systems/scaling_shiny/blob/main/01-ordered_select_input/ordered_select_input.R). Short [blog post](https://www.dull.systems/p/ordered-select-input). The solution is not far away from @fproske's,...