react-ui-tree icon indicating copy to clipboard operation
react-ui-tree copied to clipboard

Feature request: ability to validate change on (or before) change.

Open jasonbnewell opened this issue 9 years ago • 1 comments

I've tried returning false from the onChange event I've provided to the Tree, but even though I'm not updating the underlying data structure (this.state.tree), the UI still updates. It would be really nice to be able to run some checks and possibly prevent this from happening.

jasonbnewell avatar Oct 29 '15 02:10 jasonbnewell

In the lazy loading exampel issue you pretty much have it all there. Tiny changes to make this happen.

edgesoft avatar Oct 29 '15 06:10 edgesoft