Closed joexzh closed 7 years ago
If I write this:
model.set("arr.0.name", "Joe");
The model is not finding the first element of arr, but created a new property named "arr.0.name", which is not the expected behavior.
If I write this:
The model is not finding the first element of arr, but created a new property named "arr.0.name", which is not the expected behavior.