shinyhelper icon indicating copy to clipboard operation
shinyhelper copied to clipboard

modal dialog doesn't appear , when helper called in module

Open CarlijnB opened this issue 1 year ago • 3 comments

Hi,

(I just commented on issue #22 but am logging the same as a separate issue here, because no error/Shinybulma involvement in my case).

I'm trying to add an inline helper to a textInput within a module, and the icon is there but the modalDialog doesn't appear. No error, nor any messages in the console, just no modal dialog.

I have added observe_helpers() in my server code, and have also tried observe_helpers(session = session) to no avail.

CarlijnB avatar Aug 29 '23 11:08 CarlijnB