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

jsonform patch #177

Closed adam-clarey closed 8 years ago

adam-clarey commented 8 years ago

I have created an issue on the jsonform project to fix a bug. Essentially, if you have nested fields with values that contains '[1]' or any other number or even just '[]' i think, it alters the value from say:

sometext[1] to sometext[0]

This is a clear bug as it shouldn't be altering field values at all.

I have commented out the problem line from jsonform until the actual jsonform file gets updated

https://github.com/ulion/jsonform/issues/31