CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

2 bug fixes in jsonform #282

Closed adam-clarey closed 8 years ago

adam-clarey commented 8 years ago

Issues have been raised on the jsonform repo

The first is a bug with rendering default values for checkboxbuttons, they only worked if more than 1 button was selected.

Second is problem whereby it was impossible to detect when the array 'add more' button is clicked in order to apply js to the newly loaded fields etc

See https://github.com/ulion/jsonform/issues/33 and https://github.com/ulion/jsonform/issues/32