plantain-00 / schema-based-json-editor

A reactjs and vuejs component of schema based json editor.
MIT License
168 stars 38 forks source link

itemTitle: item title is not updated for newly added items in list #21

Closed DomasM closed 5 years ago

DomasM commented 5 years ago

Version(if relevant): 1.0.0

7.5.0

Environment(if relevant):

vue 2.6.10

Code(if relevant):

see vue demo in you readme

See section itemTitleExample with items having property propertyExample1 set to 'foo', 'bar' and so on.

Expected:

When I add new item and change propertyExample1, itemTitle updates, jsut as it does for old items

Actual:

itemTitle is just the index in the array and does not update

image

plantain-00 commented 5 years ago

v7.20.3 should fix this

DomasM commented 5 years ago

Cool, thanks.