Signals inside Bootstrap Modal
I'm using Solid-Bootstrap and putting a tabs inside a modal, however, signals used inside the JSX in the modal don't get re-rendered when they are changed.
If I move the signal outside of my modal content, I do see updating the signal causes re-render in parent components, just not the modal content. If I close and re-open the modal, its re-rendered with the updated values in the signals.
Any ideas? Thanks!
If I move the signal outside of my modal content, I do see updating the signal causes re-render in parent components, just not the modal content. If I close and re-open the modal, its re-rendered with the updated values in the signals.
Any ideas? Thanks!
