jdorn / json-editor

JSON Schema Based Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I extend json-editor to support new field types

OgAstorga opened this issue · comments

I'm working in a special field for a very specific application
(you can think of it as an HSL color picker rendered in SVG by d3.js)

I love how you handle your dynamic forms and I want to use your library in top of my project.

Is there a way I can generate a custom plugin to render mi input and handle all your form interactions (multiple inputs, changing order, collapsing a block, saving data, setting a default value, etcetera...)

Thank you very much for your time & for this library.