Description
If you update a value twice after each other, the value is updated as expected however the changeEvent will be swallowed. glancing at the code I believe it is because the first change updates the value, so when the second compares changes there is none.
However it creates situations where is you accidentally update the value twice, no change event whatsoever is fired.
Description If you update a value twice after each other, the value is updated as expected however the changeEvent will be swallowed. glancing at the code I believe it is because the first change updates the value, so when the second compares changes there is none.
However it creates situations where is you accidentally update the value twice, no change event whatsoever is fired.
If applicable, a MRE Reproducible example