I've noticed if I do not use @observable
in any of my web ui code all fields/members changes are picked up automatically with the data binding syntax.
The issue I run into is when picking one field in a class that extends WebComponent and applying the @observable
annotation, now other fields dont bind correctly and display changes.
Is this a known issue or correctly functionality?
If I use @observable
annotation once, should I be applying it to all fields?