brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
607 stars 168 forks source link

postRender not call after item creation #91

Closed fabifabi closed 7 years ago

fabifabi commented 7 years ago

I want post process some array element but as postrender is not call when we create item,i can not...some idea or fix?

idelvall commented 7 years ago

maybe you can override the onclick of the "additem" button in a decorator?

fabifabi commented 7 years ago

ho yes,how silly i am :)