dreamRs / shinyWidgets

shinyWidgets : Extend widgets available in shiny
https://dreamrs.github.io/shinyWidgets/
GNU General Public License v3.0
834 stars 153 forks source link

since shinyWidgets 0.8.7, virtualSelectInput() always gets focus and messes with page scrolling #717

Open splendiduser opened 2 weeks ago

splendiduser commented 2 weeks ago

After updating to v0.8.7, I noticed that the page scrolls to the virtualSelectInput element last added to the page and it gets focused (selected frame). This does not happen with v0.8.6 and prevents me from upgrading.

pvictor commented 1 week ago

Hello, This is fixed in dev version (0.8.7.9100), I will release on CRAN soon!

Victor

splendiduser commented 1 week ago

Thank you! I can confirm that this fixes my problem!