You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bird gets manually set to users.pets[1], overwriting the existing value, dog
I can see that in your static example, there is no collision of indexes, but I'm guessing those indexes (7, 182, and 19999) are determined by dynamic values of some kind.
Without knowing more about your specific situation, my only recommendation would be to just us a manual index
These are IDs from the database, but the user adds new elements and we keep the array element open. Well I'll try to check with my team about this. Thanks.
Based on #18 I was able to override fixed using
$.extend(FormSerializer.patterns, {...})
by settingfixed: /^$/
The problem is that I have a case like this:
So that thing solves the issue #18 but it's not grabbing the ones that don't have a number between [], any advises on how to achieve this?
The text was updated successfully, but these errors were encountered: