[BUG] Module's inputs do not work when inside a form

The problem is not just with the textInput's value. If you set any of its properties to reference the module's input1.value, the module no longer works correctly.

For example:

  • set the textInput's Disabled property to {{input1.value === 'test'}}
  • go back to the app and set the module's input1 to test
  • refresh the app
  • The text input won't be disabled