You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an issue when using awesomeCheckboxGroup. When the choices have a colon (':'), my shiny app crashes. Here is a minimal example comparing prettyCheckboxGroup and awesomeCheckboxGroup. When awesomeCheckboxGroup is commented out, the application runs fine:
Listening on http://127.0.0.1:5139
Warning: Error in <Anonymous>: No handler registered for type awesomecheckboxA : 1
[No stack trace available]
Error in (function (name, val, shinysession) :
No handler registered for type awesomecheckboxA : 1
Happy to provide session info if required.
Many thanks!
The text was updated successfully, but these errors were encountered:
Hey there,
I have encountered an issue when using
awesomeCheckboxGroup
. When the choices have a colon (':'), my shiny app crashes. Here is a minimal example comparingprettyCheckboxGroup
andawesomeCheckboxGroup
. When awesomeCheckboxGroup is commented out, the application runs fine:Happy to provide session info if required.
Many thanks!
The text was updated successfully, but these errors were encountered: