MrHertal / react-admin-json-view

JSON field and input for react-admin.
MIT License
51 stars 13 forks source link

[Bug]: Unable to use defaultValue passed to the component #17

Closed shekhar-shubhendu closed 2 years ago

shekhar-shubhendu commented 2 years ago

If I pass a defaultValue to the component then also I see an empty object. The JsonInput should respect the defaultValue passed.

shekhar-shubhendu commented 2 years ago

my bad. seems to be working fine was passing the wrong data.