In our application we wrap t:popup around our form fields to give the user context sensitive help. But, when there is no help, or if the user disables the help, we don't want to display it.
Is there a way to disable the popup but still render its children, or do I need to write a patch?

