Nikita Burkov
Results
2
issues of
Nikita Burkov
When node's `checked` property changes, there `node:checked` event is being emitted. But it doesn't work for `indeterminate` property. My proposal is to add `node:indeterminate` event
Demo: https://jsfiddle.net/9zLhndy6/20/ Way to reproduce: 1. Click button to log out tree state -- function is present 2. Change tree state by click on checkbox 3. Click button to log...