Hi, I am really struggling with getting basic reactivity working within a Shiny module. Below, I've copied the module that I'm using. When I run this, the output shows for the initial value of the input, but doesn't update when I change the input. I'm hoping this is a really easy fix because it's such a simple thing I'm trying to do.
I've read the documentation for Shiny modules as well as about 30 Q&As on stack overflow and this site. Nothing has worked so far. Any help would be hugely appreciated!
nirgrahamuk - Thank you very much for trying this out. Running that code also works for me but my app is in reality more complicated, with a number of different tabs and modules.
I have now solved my issue though, which was that I was using a submitButton on a different tab/module that was apparently shutting down all reactivity in all tabs/modules. I just removed the submitButton as it wasn't really essential for me.