Question:
The input value does not update when doing a $w(‘#input’).value = {MY_NEW_VALUE}
Product:
Wix Blocks
What are you trying to achieve:
[Explain the details of what you are trying to achieve. The more details you provide, the easier it is to understand what you need.]
What have you already tried:
We currently have several applications made in Blocks. I was assigned a somewhat complex application. I have an Input widget that within its layers uses an Input element.
The Input widget, reused in a form, is added multiple times. Each Input widget has a different id within the form, which is also a Widget.
The problem is that $(‘#input’).value doesn’t work when I want to change it from onChangeProps. Since onReady, it works without problems. This is setting me back a lot, since the tests are not going as expected.
Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]