John Rix
John Rix
FYI, this feature works on the more recently maintained fork at https://github.com/dpoetzsch/md-pickers/
> Since I saw the last commit, I thought it was abandoned. Ditto. Perhaps update the README with a reference to this thread. That will then also reset the last...
I see now it is just that instance.$update() currently doesn't work. Switching to the following allowed the update to work: MyModel.update({ data: { id: myModelInstance.id, '$isDirty': false }, preventDirtyFlag: true...