rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
209 stars 29 forks source link

checkbox group inputId persists when switching focus to new checkbox group #243

Closed amackey closed 8 months ago

amackey commented 8 months ago

reproducible bug:

create a new checkbox group and set the inputId to "group A"; create a second checkbox group and set the inputId to "group B"; then click around between different items, and see the inputId's not stay in sync with current focus.

nstrayer commented 8 months ago

Oh good catch! Should be an easy fix.

nstrayer commented 8 months ago

Fix is in #245. Should be merged once all the CI stuff finishes!