CarlosNZ / json-edit-react

React component for editing/viewing JSON/object data
https://carlosnz.github.io/json-edit-react/
MIT License
187 stars 18 forks source link

#51 onChange prop #55

Closed CarlosNZ closed 7 months ago

CarlosNZ commented 7 months ago

Fix #51

Also prevented the onUpdate functions from running when the user didn't actually change the value (this prevents an "Undo" mechanism from thinking there is something to be "undone")