Skip to content

Fix for binded intercept method

Compare
Choose a tag to compare
@tdukai tdukai released this 28 Apr 18:03
· 106 commits to master since this release

When model has intercept methods Read or and binded to the control the data value the control received was the raw value of the model from the watch event. Now it changed to receive it via normal property assignment which means the READ intercept method will run (and if formatting code there it will modify the value)