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
There is bug if there are at least two shinyFile objects and at least one is created disabled with shinyjs, then the remaining enabled shinyFile object will show the file dialog TWICE. (or it could be that it opens the window twice and that I only see the underlying one when I close the top one).
Creating the item normally and later disabling it does not cause the bug -- it must be created disabled. They do not need to be the same kind of shinyFiles object.
I do not know if the bug is in shinyjs, shinyFiles or the interaction so I cross-listing it in both projects. Here is the link to the issue at shinyFiles: thomasp85/shinyFiles#55
There is bug if there are at least two shinyFile objects and at least one is created disabled with shinyjs, then the remaining enabled shinyFile object will show the file dialog TWICE. (or it could be that it opens the window twice and that I only see the underlying one when I close the top one).
Creating the item normally and later disabling it does not cause the bug -- it must be created disabled. They do not need to be the same kind of shinyFiles object.
I do not know if the bug is in shinyjs, shinyFiles or the interaction so I cross-listing it in both projects. Here is the link to the issue at shinyFiles: thomasp85/shinyFiles#55
shinyFiles_shinyjs_bad_interaction.zip
The text was updated successfully, but these errors were encountered: