react-json
react-json copied to clipboard
Feature request: Ability to specify custom components for types
I really like your library. However, I am currently monkey patching it to be able to bypass the 100letter rule of the string type. It would be nice to specify a custom component for all types. If I could I would integrate this plugin with a nice text editor.
Hey @adrianhelvik
It's been a while since I last used react-json, but have you tried to redefine the string type using:
https://github.com/arqex/react-json/blob/master/docs/customFieldTypes.md
I know that you can add custom components but I am not sure if you can redefine them