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'sDisabledproperty to{{input1.value === 'test'}} - go back to the app and set the module's
input1totest - refresh the app
- The text input won't be disabled