In this case, I have my app and within the app I have a module and within that module I have a modal that contains a form.
My goal is to have the submit button of this form disabled until the user enters a value in at least 1 of the fields within the form.
When testing from the module itself, my logic works perfect and the button disables as expected. However when I test this same exact scenario from the app level, the button no longer disables. I even tried removing my logic in the "disable submit" option under "interaction" and just made it true. With this, I would expect that the submit button is always disabled. Again this works when testing within the module itself but once trying the same at the app level, the button is always enabled.
Hi @smorris! The team isn't immediately prioritizing this particular issue, but is planning a more comprehensive update to modules that will include fixes for a variety of bugs that have been identified by the community. I'll update you here as soon as that project nears completion!