This is a result of the change() code Line 486:
evt[0] += ' change';
Can we remove this?
Currently when listening to to 'change' event you might want to do some logic that is related to a computed value, however the computed value is still not re-calculated, containing stale value.
This is a result of the change() code Line 486:
evt[0] += ' change';
Can we remove this?
Currently when listening to to 'change' event you might want to do some logic that is related to a computed value, however the computed value is still not re-calculated, containing stale value.